11.07.2012, 16:06
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/myroom", true, 7) == 0)
{
SetPlayerPos(playerid, 1638.0869,-1145.4698,23.9063);
SendClientMessage(playerid, 0x00FF00AA, "You have teleported to /MyRoom.");
return 1;
}
return 1;
}