[Tutorial] Prohibir comandos en ciertas zonas
#10

Quote:
Originally Posted by anonymousx
Посмотреть сообщение
Podes hacerlo aun mas fбcil, y sin usar onplayerenterdynamicarea y variables:
PHP код:
if (strcmp("/m4"cmdtexttrue10) == 0)
{
    if(
IsPlayerInDynamicArea(playeridMiZone)) return SendClientMessage(playerid0xFF0000FF"No puedes usar este comando en esta zona."),1;
    
GivePlayerWeapon(playerid,31,1000000);
    
GivePlayerMoney(playerid, -400);
    return 
1;

usa [pawn ] y [/pawn], no los de php
Reply


Messages In This Thread
Prohibir comandos en ciertas zonas - by Lunnatiicz - 04.04.2011, 00:23
Re: Prohibir comandos en ciertas zonas - by SeQualX - 04.04.2011, 14:15
Respuesta: Re: Prohibir comandos en ciertas zonas - by Lunnatiicz - 04.04.2011, 18:26
Respuesta: Re: Prohibir comandos en ciertas zonas - by juansrc - 07.04.2011, 19:40
Respuesta: Re: Prohibir comandos en ciertas zonas - by Lunnatiicz - 07.04.2011, 19:42
Re: Prohibir comandos en ciertas zonas - by [L3th4l] - 07.04.2011, 21:47
Respuesta: Prohibir comandos en ciertas zonas - by Lunnatiicz - 08.04.2011, 16:10
Respuesta: Prohibir comandos en ciertas zonas - by TheChaoz - 08.04.2011, 19:58
Respuesta: Prohibir comandos en ciertas zonas - by anonymousx - 08.04.2011, 20:04
Respuesta: Prohibir comandos en ciertas zonas - by TheChaoz - 08.04.2011, 20:13

Forum Jump:


Users browsing this thread: 1 Guest(s)