11.08.2011, 04:13
Код:
if (strcmp(cmdtext, "/enter", true, 6) == 0) { if(IsPlayerInRangeOfPoint(playerid, 10, 290.7193,-1618.0544,33.1547)) { SetPlayerPos(playerid, 288.745971,169.350997,1007.171875); SetPlayerInterior(playerid, 3); return 1; } } if (strcmp(cmdtext, "/exit", true, 6) == 0) { if(IsPlayerInRangeOfPoint(playerid, 10, 288.745971,169.350997,1007.171875)) { SetPlayerPos(playerid, 288.745971,169.350997,1007.171875); SetPlayerInterior(playerid, 0); return 1; } }