Ayuda con una variable
#3

Quote:
Originally Posted by LiMPiTo
Посмотреть сообщение
e?

pawn Код:
if(strcmp(cmd, "/salir", true) == 0)
{
    if(bloqueo[playerid] == 1)
    {
        SetPlayerPos(playerid, A, B, C);
        SendClientMessage(playerid,color1 , "Has salido del minijuego");
        bloqueo[playerid] = 0;
    }
    else { SendClientMessage(playerid,color1 , "NO ESTAS EN UN MINIJUEGO"); }
    return 1;
}
ok lo probare
Reply


Messages In This Thread
Ayuda con una variable - by gaara13 - 26.11.2014, 02:09
Re: Ayuda con una variable - by LiMPiTo - 26.11.2014, 02:14
Respuesta: Re: Ayuda con una variable - by gaara13 - 26.11.2014, 02:19

Forum Jump:


Users browsing this thread: 1 Guest(s)