10.02.2010, 05:26
Im trying to get a auto team selection going and i need a way to do it iv tryied the following but it dosent work..
iv tryed that but it hase some problens
Код:
public OnPlayerSpawn(playerid) { new string[128]; new string2[128]; GetPlayerName(playerid,string); string2 = GetPlayerID(string); if(string2 = 1) { //blue } else if(string2 = 2) { //red } return 1; }