28.05.2009, 14:30
Hello!
I have following command, and I want players can do it only in interior 4.
I have following command, and I want players can do it only in interior 4.
pawn Код:
if(strcmp(cmd, "/menu", true) == 0) {
SendClientMessage(playerid, COLOR_GREEN,"Restaurant Menu:");
SendClientMessage(playerid, COLOR_YELLOW,"Two Big Stakes With Potato (10.00$) = /bswp");
SendClientMessage(playerid, COLOR_ORANGE,"Salmon with salad and juice (7.50$)");
return 1;
}