10.07.2012, 12:38
I followed this tutorioal and I've saved the file in the map "include" named "DynamicRadioStations"
http://forum.sa-mp.com/showthread.ph...l+radio+ingame
When I compile it I get this error:
And I don't understand what I should do with this code which he mentions in the tutorioal
He do also mentions "Please note this is not a filterscript, but an include! You have to use "AddRadioStation" in your gamemode/filterscript!" What gamemode? Let's say I'm using "Grandlarc game mode he means I should use "AddRadioStation" ? I don't get it
http://forum.sa-mp.com/showthread.ph...l+radio+ingame
When I compile it I get this error:
Код:
C:\Users\Julius\Documents\Grand Theft Auto Servers\San Andreas\samp03e_svr_win32.zip\include\DynamicRadioStations.pwn(7) : fatal error 100: cannot read from file: "YSI\y_hooks" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
stock AddRadioStation(name[NAME_SIZE], link[LINK_SIZE], m = 1) // name: The name of the radio station (which will show ingame when changing stations). // link: The link to the radio station (must be a live stream!!!) // m: Don't use this - it's meant to hide the creation of the station "Radio off" because it's added as a station.

