Quote:
Originally Posted by hittt
Код:
if (strcmp("/jetpack", cmdtext, true, 10) == 0)
{
if (GetPlayerScore(playerid) > 3)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
}
else
{
SendClientMessage(playerid, 0xFFFFFFFF, "you don't have 3 score");
}
return 1;
}
|
LoL, I missed thet xD, Thanks! Rep + for you!