Coords
#3

Run this filterscript:

pawn Код:
#include <a_samp>
#include <zcmd>
#include <sscanf2>

CMD:tp(playerid, params[])
{
    new Float:x, Float:y, Float:z;
    if(sscanf(params, "fff", x, y, z)) return 1;
    SetPlayerPos(playerid, x, y, z);
    return 1;
}
You'll need zcmd and the sscanf plugin.

USAGE: /tp [x] [y] [z]
Reply


Messages In This Thread
Coords - by coolmark1995 - 15.03.2014, 09:31
Re: Coords - by biker122 - 15.03.2014, 09:36
Re: Coords - by MP2 - 15.03.2014, 09:41
Re: Coords - by Matess - 15.03.2014, 10:18
Re: Coords - by MP2 - 15.03.2014, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)