Teleport
#1

Hi ive just started to post some maps and need a simple teleport example that i can just add x,y,z and the command e.g /stunt
Reply
#2

pawn Код:
SetPlayerPos(playerid,x,y,z);
SendClientMessage(playerid,color,"Welcome to /stunt!");
For example.
Reply
#3

What section of the scripts do they go in.
Reply
#4

If you dont know how to make a teleport command then you should really learn pawno

pawn Код:
if(!strcmp(cmdtext, "/teleport", true))
{
SetPlayerPos(playerid, x,y,z);
return 1;
}
Put that in OnPlayerCommandText.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)