16.06.2013, 00:16
The script is pretty simple, requires about 2-3 lines at max..
Код:
CMD:jetpack(playerid)
{
if(IsPlayerAdmin(playerid))
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK), SendClientMessage(playerid, 0x0000FF, Spawned Jetpack!");
}



