Here one example for this:
Code:@outputs Player:entity #ifdef findPlayerBySteamID() Player = findPlayerBySteamID("STEAMID") #else #use this if the "findPlayerBySteamID" function does not exist N = findByClass("player") for(I=1, N){ if(findResult(I):steamID() == "STEAMID"){ Player = findResult(I) break } }


LinkBack URL
About LinkBacks







Reply With Quote




Bookmarks