17.07.2011, 18:35
You didn't define SetPlayerTeamFromClass(playerid, classid).
You must use a stock or a public in order for it to work.
Like this: [EXAMPLE, IT DOES NOT WORK INGAME]
Also that function won't work because you forgot a ;
You must use a stock or a public in order for it to work.
Like this: [EXAMPLE, IT DOES NOT WORK INGAME]
pawn Код:
stock SetPlayerTeamFromClass
{
code_here
return 1;
}