27.01.2013, 10:19
Lol i just want to ask this... Please can you Make this to zcmd pls. Please!!!!
If posible Explain me?
Please!
PHP код:
if (strcmp("/cop", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, soldiercolor, "You are now on the cop team");
pTeam[playerid] = team_cop;
SetPlayerSkin(playerid, 281);
GivePlayerWeapon(playerid, 17, 10);
SetPlayerPos(playerid, 309, 2060, 18);
return 1;
}
Please!