30.05.2013, 01:47
Quote:
can you make it in code , can't get it , or is there a tutorial or something like this
|
pawn Код:
stock TeamOne
{
SetPlayerTeam(playerid, TeamOne);
TeamVariable[playerid] = TeamOne;
return 1;
}
stock TeamTwo
{
SetPlayerTeam(playerid, TeamTwo);
TeamVariable[playerid] = TeamTwo;
return 1;
}