01.06.2010, 12:08
Hello again, HOw can i can multiple enter and exit commands?
Can you show me were to enter them?
Код:
if (strcmp("/enter", cmdtext, true) == 0) { SetPlayerPos(playerid, 1169.1206,-1330.0065,1386.4193); return 1; } else { SendClientMessage(playerid, COLOR_BLUE, "You are not at the entrance to any building!"); } if (strcmp("exit", cmdtext, true) == 0) { SetPlayerPos(playerid, 1172.6040,-1325.2792,15.4032); return 1; }