10.06.2011, 14:43
how to make a /changeteam with normal strcmp i tried it didn't work it just say Team change costed you $10000 here is the cmd
Код:
if(!strcmp(cmdtext, "/changeteam", true, 11))
{
SendClientMessage(playerid, BLUE, "Team change costed you $10000");
GivePlayerMoney(playerid, -10000);
ForceClassSelection(playerid);
return 1;
}

