invalid function or declaration
#3

Lo unico que veo es que tienes una llave demбs cerrada.

Код:
CMD:turbo(playerid, params[]) 
{ 
    if(IsPlayerInAnyVehicle(playerid)) 
          return SendClientMessage(playerid, COLOR_RED, "* Debes estas en un vehiculo para activar/desactivar el turbo!"); 

    if(Informacion[playerid][SuperVelocidad] == 0) 
    { 
    Informacion[playerid][SuperVelocidad] = 1; 
    Turboon(playerid); 
    } 
    else 
    { 
    Informacion[playerid][SuperVelocidad] = 0; 
    SendClientMessage(playerid,COLOR_RED,"* <!> Turbo Apagado! ahora tu vehiculo ya no tiene mas turbo"); 
    } 
    return 1; 
}
Reply


Messages In This Thread
invalid function or declaration - by Marshmello - 24.06.2017, 02:25
Re: invalid function or declaration - by Fleshy - 24.06.2017, 02:35
Respuesta: invalid function or declaration - by FixFl0w - 24.06.2017, 02:43
Respuesta: invalid function or declaration - by Marshmello - 24.06.2017, 02:54

Forum Jump:


Users browsing this thread: 1 Guest(s)