Quote:
Originally Posted by thefatshizms
here is an example :
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/teleport", cmdtext, true, 10) == 0) { SetPlayerPos(playerid, changeme); return 1; } return 0; }
change the "change me" to the co of ur map hope this helps
|
Yeah he is right. You can try to explain a bit more fatshizms. But good work. instead of changeme write the co-ordinates like x, y, z.