Help me please
#5

Nah, this is the right:
pawn Код:
CMD:SkyDive(playerid, params[])
{
    if(IsPlayerAdmin(playerid))
    {
        new Float:Pos[3];
        GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
        SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2] + 1000);
        SendClientMessage(playerid, -1, "Skydiving ...");
        return 1;
    }
}
You had error in yours.

Download zcmd.inc and on top of your script add
pawn Код:
#include <zcmd>
Download zcmd.inc and on top of your script add
[pawn
Reply


Messages In This Thread
Help me please - by Alexy_Dramon - 15.03.2012, 15:09
Re: Help me please - by Max_Coldheart - 15.03.2012, 15:14
Re: Help me please - by antonio112 - 15.03.2012, 15:24
Re: Help me please - by Alexy_Dramon - 15.03.2012, 15:32
Re: Help me please - by Max_Coldheart - 15.03.2012, 15:33
Re: Help me please - by seanny - 15.03.2012, 15:34
Re: Help me please - by Alexy_Dramon - 15.03.2012, 16:32
Re: Help me please - by Leo Karls - 23.04.2012, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)