Teleports
#1

how do you make a teleport?
Reply
#2

Quote:
Originally Posted by XxJoexX
how do you make a teleport?
pawn Код:
if(strcmp(cmd, "/command", true) == 0) {
//Action such as SetPlayerPos..
return 1;
}
Reply
#3

Код:
if(strcmp(cmd, "/teleport", true) == 0) {
SetPlayerPos(playerid,X,Y,Z);
SendClientMessage(playerid,color,"You have been teleported");
return 1;
}
just fill in the coordanites and your done.

/Artix
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)