Započeo Jack_Ass
•15. Jul 2013.• ZaključanoBodovi
214
pregleda
1
postova
Shot Caller
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
149
Postovi:
57
Teme:
Pridružio se:Mar. 2013
15. Jul 2013.
Imam problem kada odaberm npr neonku uzme mi 5 bodova ali mi ne salje poruku javlja mi warning
warning 204: symbol is assigned a value that is never used: "string"
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);
}
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava