- 0
Problema Jetpack
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Myhaytza1
Am si eu comanda:
[pawn] if(strcmp(cmd, "/jetpack", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (PlayerInfo[playerid][pAdmin] >= 1339)
{
SendClientMessage(playerid, COLOR_LIGHTRED, "You are now using Jetpack!");
SetPlayerSpecialAction(playerid,2);
return 1;
}
else
{
SendClientMessage(playerid,COLOR_GREY,"You can't use this command!");
return 1;
}
}
}[/pawn]
Cand o dau zice ca am luat dar nu imi da jetpack dc?
8 answers to this question
Recommended Posts