30.11.2010, 17:31
when i do:
and then ingame i do /tazer
nothing happens..
helpiee
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/tazer", cmdtext, true, 10) == 0)
{
SetPlayerAttachedObject(playerid,5, 18642, 2);
return 1;
}
return 0;
}
nothing happens..
helpiee