12.11.2010, 16:59
pawn Код:
if(strcmp(cmdtext,"/rocket",true)==0)
{
if(PlayerInfo[playerid][Kills] >= 900)
{
GivePlayerWeapon(playerid,35,10);
}
else
{
SendClientMessage(playerid,red,"* Sorry, you cannot use this command, you need 900 kills!");
}
return 1;
}