24.06.2017, 02:25
Hola Amigos De Forum Samp, Tengo Un Pequeсo Problema Con Este Comando
me dice Esto:
ya Intente De Todo y Nose Que Es Si Me Pueden Ayudar Plis.
PHP код:
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;
}
PHP код:
invalid function or declaration