teleport script?!
#2

You can easy make that f ex. ZCMD
pawn Код:
CMD:gotolv(playerid, params[])
{
    SendClientMessage(playerid, COLOR_WHITE, "[ADMIN] You teleported to Las Venturas!");
    SetPlayerPos(playerid, x, y, z ); // Replace x, y, z to your own
    return 1
}

CMD:gotols(playerid, params[])
{
    SendClientMessage(playerid, COLOR_WHITE, "[ADMIN] You teleported to Los Santos!");
    SetPlayerPos(playerid, x, y, z ); // Replace x, y, z to your own
    return 1
}
You need the ZCMD include - download it and place it into the pawn folder > includes.
Then include it ontop like this:
pawn Код:
#include <ZCMD>
Reply


Messages In This Thread
teleport script?! - by Ecstacy - 12.09.2011, 19:58
Re: teleport script?! - by Kingunit - 12.09.2011, 20:06
Re: teleport script?! - by Ecstacy - 12.09.2011, 20:13
Re: teleport script?! - by Kingunit - 12.09.2011, 20:16
Re: teleport script?! - by Ecstacy - 12.09.2011, 20:17
Re: teleport script?! - by Kingunit - 12.09.2011, 20:20
Re: teleport script?! - by Ecstacy - 12.09.2011, 20:31
Re: teleport script?! - by Kingunit - 12.09.2011, 20:33
Re: teleport script?! - by Ecstacy - 12.09.2011, 20:45
Re: teleport script?! - by Kingunit - 12.09.2011, 21:02

Forum Jump:


Users browsing this thread: 1 Guest(s)