25.10.2008, 16:00
Код:
1782 1783 public OnPlayerCommandText(playerid, cmdtext[]) 1784 { 1785 if(strcmp(cmdtext, "/WeControl", true) == 0) 1786 { 1787 SetPlayerPos(playerid,-1351.940,791.137,997.243); 1788 SetPlayerInterior(playerid, 0); 1789 } 1790 return 1; 1791 }[code/]