04.07.2012, 19:42
This is not fucking FS, this is just a command.
pawn Код:
cmd(jetpack, playerid, params[])
{
SetPlayerSpecialAction(playerid,Special_Action_Usejetpack);
return 1;
}

