27.02.2010, 18:01
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
SetPlayerPos(playerid,x,y,z);
SendClientMessage(playerid,color,"Welcome to /stunt!");
if(!strcmp(cmdtext, "/teleport", true))
{
SetPlayerPos(playerid, x,y,z);
return 1;
}