warning 204: symbol is assigned a value that is never used: "string"
case 0://If they click blue neons..
{
new string;
if(PlayerInfo < 4) return SCM(playerid, -1, "Nemas dovoljno donator bodova za ovo!");
PlayerInfo -= 4;
SetPVarInt(playerid, "Status", 1);
SetPVarInt(playerid, "neonx", CreateObject(18648,0,0,0,0,0,0));
SetPVarInt(playerid, "neon1x", CreateObject(18648,0,0,0,0,0,0));
AttachObjectToVehicle(GetPVarInt(playerid, "neonx"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon1x"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
format(string, sizeof(string),"Odabrali ste Neonke, -4 bodova | Sada imas: %d donator bodova", PlayerInfo);
SCM(playerid, -1, string);
}
