what this cmd need more? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: what this cmd need more? (
/showthread.php?tid=464560)
what this cmd need more? -
BoU3A - 17.09.2013
what this cmd need more?
PHP код:
CMD:lv(playerid,params[])
{
if(!IsPlayerAdmin(playerid))return SendClientMessage(playerid, COLOR_RED, "UnKnown Command!");
SetPlayerPos(playerid, 2107.1140,1002.3206,11.0568);
SetPlayerFacingAngle(playerid, 357.8001);
SetCameraBehindPlayer(playerid);
SendClientMessage(playerid, COLOR_RED, "You teleported to lv");
return 1;
}
Re: what this cmd need more? -
xFuTuRe - 17.09.2013
It depends on what you want it to do... If you just want someone to teleport you're good to go right now.
Re: what this cmd need more? -
BoU3A - 17.09.2013
Thank You.