COMANDO SOLO EN INTERIORES - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: COMANDO SOLO EN INTERIORES (
/showthread.php?tid=610327)
COMANDO SOLO EN INTERIORES -
R4ngox - 22.06.2016
Hola amigos, me podrian dar una idea de como hacer para que un comando solo funcione en el interior en este caso el comando /Muebles y no funcione si estoy fuera.
el mensaje.
PHP код:
SendClientMessage(playerid, VERDELIMA, "Server{FFFFFF}: NO puedes usar este comando afuera de un interior");
muchas gracias
Re: COMANDO SOLO EN INTERIORES -
F1N4L - 22.06.2016
Код:
if(GetPlayerInterior(playerid)) SendClientMessage(playerid, -1, "Within the interior");
else SendClientMessage(playerid, -1, "Out the interior");