19.06.2012, 13:36
Well the problem is i made this: CMD:aspoiler(playerid, params[])
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF,"ERROR: You must be logged to the rcon in order to use this command.");
AddVehicleComponent(GetPlayerVehicleID(playerid),1 13;
SendClientMessage(playerid, COLOR_TWAQUA, "Enjoy the spoiler!");
return 1;
}
And it shows only on some cars.How to make it show on other cars like the goldrim one.
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF,"ERROR: You must be logged to the rcon in order to use this command.");
AddVehicleComponent(GetPlayerVehicleID(playerid),1 13;
SendClientMessage(playerid, COLOR_TWAQUA, "Enjoy the spoiler!");
return 1;
}
And it shows only on some cars.How to make it show on other cars like the goldrim one.