help me out here
#1

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..

Код:
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;
}
iv tryed that but it hase some problens
Reply


Messages In This Thread
help me out here - by sggassasin - 10.02.2010, 05:26
Re: help me out here - by Babul - 10.02.2010, 05:44
Re: help me out here - by DiddyBop - 10.02.2010, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)