Error

Započeo KuJo123
6. Sep. 2013. Zaključano
278
pregleda
4
postova
KuJo123
3
Wheel Man
6. Sep. 2013.
Skripta koju koristim:Balkan HardPlay
Detaljan opis problema:Imam jedan error invalid funcion or declaration
C:\Documents and Settings\daco\Desktop\Server\Balkan rp\gamemodes\tdi.pwn(4909) : warning 209: function "S@@_OnPlayerEnterVehicle" should return a value
C:\Documents and Settings\daco\Desktop\Server\Balkan rp\gamemodes\tdi.pwn(4910) : error 010: invalid function or declaration
C:\Documents and Settings\daco\Desktop\Server\Balkan rp\gamemodes\tdi.pwn(5124) : warning 235: public function lacks forward declaration (symbol "IsAtFishPlace")

Dio skripte:
 if(PlayerInfo >= 1337 && KIMduty == 1) { }
    else
    {
    new Float:cx, Float:cy, Float:cz;
    GetPlayerPos(playerid, cx, cy, cz);
    JBC_SetPlayerPos(playerid, cx, cy, cz);
}
}
}
return 1;
}

Neke slike/video za lakse dobivanje pomoci(neobavezno):
Faris_Farkias
6
Godfather
🔥29
6. Sep. 2013.
Ovaj error , koji je to red..
C:\Documents and Settings\daco\Desktop\Server\Balkan rp\gamemodes\tdi.pwn(4910) : error 010: invalid function or declaration
Bugi
5
Crime Lord
6. Sep. 2013.
KuJo123 wrote on September 6, 2013, 1:20 pm:
Skripta koju koristim:Balkan HardPlay
Detaljan opis problema:Imam jedan error invalid funcion or declaration
C:\Documents and Settings\daco\Desktop\Server\Balkan rp\gamemodes\tdi.pwn(4909) : warning 209: function "S@@_OnPlayerEnterVehicle" should return a value
C:\Documents and Settings\daco\Desktop\Server\Balkan rp\gamemodes\tdi.pwn(4910) : error 010: invalid function or declaration
C:\Documents and Settings\daco\Desktop\Server\Balkan rp\gamemodes\tdi.pwn(5124) : warning 235: public function lacks forward declaration (symbol "IsAtFishPlace")

Dio skripte:
 if(PlayerInfo >= 1337 && KIMduty == 1) { }
    else
    {
    new Float:cx, Float:cy, Float:cz;
    GetPlayerPos(playerid, cx, cy, cz);
    JBC_SetPlayerPos(playerid, cx, cy, cz);
}
}
}
return 1;
}

Neke slike/video za lakse dobivanje pomoci(neobavezno):


1. error nemas return 1; ili si zaboravio negde zagradu ili si dodao negde visak
2. error daj liniju
3. error nisi forwardovao IsAtFishPlace ili si zaboravio da dodas jednu zagradu iznad al najbolje daj taj tajmer
KuJo123
3
Wheel Man
6. Sep. 2013.
if(PlayerInfo >= 1337 && KIMduty == 1) { }
    else
    {
    new Float:cx, Float:cy, Float:cz;
    GetPlayerPos(playerid, cx, cy, cz);
    JBC_SetPlayerPos(playerid, cx, cy, cz);
}
}
}
Ova linija return 1;
}

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha