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):