/paraforall
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/dive", cmdtext, true, 5) == 0)
    {
        new Float:x, Float:y, Float:z;
        GetPlayerPos(playerid, x, y, z);
        SetPlayerPos(playerid, x, y, z+100);
        return 1;
    }
    return 0;
}
for the second question
Reply


Messages In This Thread
/paraforall - by Markx - 08.03.2011, 16:15
Re: /paraforall - by Markx - 08.03.2011, 16:16
Re: /paraforall - by Sascha - 08.03.2011, 16:17
Re: /paraforall - by Sascha - 08.03.2011, 16:19
Re: /paraforall - by Markx - 08.03.2011, 16:22
Re: /paraforall - by Sascha - 08.03.2011, 16:23
Re: /paraforall - by Markx - 08.03.2011, 16:25
Re: /paraforall - by alpha500delta - 08.03.2011, 17:34
Re: /paraforall - by Mean - 08.03.2011, 18:08
Re: /paraforall - by Markx - 08.03.2011, 18:10

Forum Jump:


Users browsing this thread: 2 Guest(s)