03.02.2011, 19:47
ok i have two /enter(s) and when i do them only one will work
Any idea?
Код:
if(strcmp(cmd, "/enter", true) == 0) { if(IsPlayerInRangeOfPoint(playerid, 3.0, 04.2746,-141.6924,1004.0625))//pd { SetPlayerPos(playerid, 246.40, 110.84, 1003.22); SetPlayerInterior(playerid, 10); } else if(IsPlayerInRangeOfPoint(playerid, 3, 2257.4727, -71.0280, 31.6016)) { SetPlayerPos(playerid, 302.292877, -143.139099, 1004.062500); SetPlayerInterior(playerid, 7); } } return 1;