[AJUDA] ARENA
#3

Para bloquear comandos:

pawn Код:
new EmArena[MAX_PLAYERS];

// Quando entrar na arena:
EmArena[playerid] = true;

// Quando sair da arena:
EmArena[playerid] = false;

//OnPlayerCommandText:
if(EmArea[playerid]) return SendClientMessage(playerid,SUA_COR,"Vocк nгo pode fazer estes comandos na arena");
// comandos...


// Se vocк quiser bloquear sу alguns comandos ponha-os abaixo do cуdigo, exemplo:

//comando 1
//comando 2
if(EmArea[playerid]) return SendClientMessage(playerid,SUA_COR,"Vocк nгo pode fazer estes comandos na arena");

//comando 3 (bloqueado)...
Reply


Messages In This Thread
[AJUDA] ARENA - by judson diogo - 16.03.2010, 23:06
Re: [AJUDA] ARENA - by andmeida10 - 17.03.2010, 12:04
Re: [AJUDA] ARENA - by wafffllesss - 17.03.2010, 12:20
Re: [AJUDA] ARENA - by judson diogo - 17.03.2010, 18:25
Re: [AJUDA] ARENA - by andmeida10 - 17.03.2010, 18:54
Re: [AJUDA] ARENA - by judson diogo - 18.03.2010, 14:21

Forum Jump:


Users browsing this thread: 1 Guest(s)