[Ajuda] BLOQUEAR GOTO BUG!!
#1

Meu goto on e off estб com pequeno bug!

ex: eu desativo goto com cmd: /gotooff ninguem consegue vir atй mim,mas se eu tentar ir atй alguem mesmo que o
player esteja com goto ativado,ele fala que o player esta com goto bloqueado! como corrijo isso??

CODIGO ABAIXO!!
New

pawn Код:
new bool:xTravarComando[MAX_PLAYERS];
pawn Код:
if(strcmp(cmd, "/gotooff", true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    xTravarComando [ i ] = true ;
    SendClientMessage ( playerid, Vermelho, "GOTO BLOQUEADO" ) ;
    return 1;
}
if(strcmp(cmd, "/gotoon", true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    xTravarComando [ i ] = false ;
    SendClientMessage ( playerid, Verdecl, "GOTO DESBLOQUEADO" ) ;
    return 1;
}
Reply


Messages In This Thread
BLOQUEAR GOTO BUG!! - by best95 - 25.05.2014, 22:34
Re: BLOQUEAR GOTO BUG!! - by Schocc - 26.05.2014, 05:12

Forum Jump:


Users browsing this thread: 2 Guest(s)