12.07.2012, 02:02
Hello what you mean??
like this?:
still not working...
like this?:
Код:
#include <ZCMD> public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/myroom", true, 10) == 0) { SetPlayerPos(playerid, 1638.0869,-1145.4698,23.9063); SendClientMessage(playerid, 0x00FF00AA, "You have teleported to /MyRoom."); return 1; } return 1; }