can one /leavedm will support all dms
#1

.....................
Reply
#2

Give us your /leavedm code .
Reply
#3

/leavedm could be just another TP Command xD

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(strcmp(cmdtext, "/myteleport") == 0)
     {
         SetPlayerPos(playerid, -1967.8365, 2956.9823, 12.9375);
         return 1;
     }
     return 0;
}
Just edit the command and change it


I hope i got you right since my english sucks xd
Reply
#4

What about the coords ? He have not informed us . We need to get his /leavedm command codes and then fix it with his problems etc ..

EDIT : As soon as you don't give us the codes , i tell you that you got to remove the line :

pawn Код:
ResetPlayerWeapons(playerid);
from your script .

Hope it helps you
Reply
#5

.....................
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)