Teleport
#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


Messages In This Thread
Teleport - by 02manchestera - 27.02.2010, 18:01
Re: Teleport - by Klutty - 27.02.2010, 18:23
Re: Teleport - by 02manchestera - 27.02.2010, 18:38
Re: Teleport - by Torran - 27.02.2010, 18:42

Forum Jump:


Users browsing this thread: 3 Guest(s)