30.07.2012, 11:39
Hello!
I want to make a tele cmd if a player use it then he will teleport to any other place.To exit that place he have to type /kill otherwise he cant use any cmds in that area, only /kill he can use to exit
How to make?
tele cmd
I want to make a tele cmd if a player use it then he will teleport to any other place.To exit that place he have to type /kill otherwise he cant use any cmds in that area, only /kill he can use to exit
How to make?
tele cmd
pawn Код:
CMD:dm1(playerid,params[]){
#pragma unused params
SetPlayerPos(playerid,x,y,z);
return 1;}