Problem with the gates!
#5

Remove that PlayerDB thing.. Change your accounts system or something.
With RCON this /fly command should look like this:

pawn Код:
CMD:fly(playerid, params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_ORANGE,"Si komanda tik administracijai.");
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USE JETPACK);
    SendClientMessage(playerid,0xEA0000FF,"* You got Jet-Pack");
    return 1;
}
Reply


Messages In This Thread
Help with admin! - by Setkus - 04.01.2012, 18:59
Re: Problem with the gates! - by Konstantinos - 04.01.2012, 19:07
Re: Problem with the gates! - by Setkus - 04.01.2012, 19:10
Re: Problem with the gates! - by Setkus - 05.01.2012, 08:31
Re: Problem with the gates! - by FreshDoubleX - 05.01.2012, 09:08
Re: Problem with the gates! - by The God - 05.01.2012, 09:22
Re: Problem with the gates! - by Setkus - 05.01.2012, 16:53

Forum Jump:


Users browsing this thread: 3 Guest(s)