22.05.2010, 13:16
Hmmm.. Try this maybe?
pawn Код:
if (strcmp("/para", cmdtext, true, 5) == 0)
{
GivePlayerWeapon(playerid,46,0);
SendClientMessage(playerid,COLOR_YELLOW,"Parachute crйe.");
return 1;
}
Quote:
Originally Posted by gamer_Z
show your onplayercommandtext public... the begining and the end, and a few lines before and after this cmd.
btw it can be thst some filterscript block it, they ex return 0; befor you can execute the gamemode commands... i supose all GM commands work all right? |