20.01.2013, 14:12
/leavedm could be just another TP Command xD
Just edit the command and change it
I hope i got you right since my english sucks xd
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/myteleport") == 0)
{
SetPlayerPos(playerid, -1967.8365, 2956.9823, 12.9375);
return 1;
}
return 0;
}
I hope i got you right since my english sucks xd