United gaming roleplay...compiling errors...:/
#2

Possibly caused by Using a extra bracket, or a missing bracket.
Need code to tell you a better diagnostic.
Код:
F:\Saadat (Pink_Panther's Cops and Robbers\pawno\include\cuff.inc(413) : error 010: invalid function or declaration 
F:\Saadat (Pink_Panther's Cops and Robbers\pawno\include\cuff.inc(415) : error 010: invalid function or declaration 
F:\Saadat (Pink_Panther's Cops and Robbers\pawno\include\cuff.inc(418) : error 010: invalid function or declaration
isnull is defined twice in your script.
Possibly once by your script, and again in a include, or twice in your script.
Search isnull in your script and commet it out(Where the actually stock is.)
Then recompile.
Код:
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(301) : warning 201: redefinition of constant/macro (symbol "isnull(%1)")
You are not using the newest a_samp include, download the latest 0.3z server package, open new.pwn, load your script from that, and then compile. That way the new include is loaded to the script.
Код:
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(47925) : error 017: undefined symbol  "TextDrawSetPreviewModel" 
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(47926) : error 017: undefined symbol "TextDrawSetPreviewRot" 
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(47940) : error 017: undefined symbol "TextDrawSetPreviewModel" 
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(47941) : error 017: undefined symbol "TextDrawSetPreviewRot" 
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(47955) : error 017: undefined symbol "TextDrawSetPreviewModel" 
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(47956) : error 017: undefined symbol "TextDrawSetPreviewRot"
Once again, code on like 109422 would be usefull, however;
It's caused when something is done like this:
SendClientMessage(0xFFFFFF, "Message");
Instead of;
SendClientMessage(playerid, 0xFFFFFF, "Message");
SendClientMessage is just an example.
Код:
 
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(109422) : warning 213: tag mismatch
Somewhere you are using: new query
and it's never being used, if it's only defined once delete it.
Otherwise, find where it's not being used and delete it from that area.
Код:
F:\Saadat (Pink_Panther's Cops and Robbers\gamemodes\UG-RP.pwn(124359) : warning 204: symbol is assigned a value that is never used: "query"
Reply


Messages In This Thread
United gaming roleplay...compiling errors...:/ - by Ritzy2K - 17.01.2015, 06:26
Re: United gaming roleplay...compiling errors...:/ - by Lynn - 17.01.2015, 06:38
Re: United gaming roleplay...compiling errors...:/ - by nicholasramdhan - 10.03.2015, 03:19
Re: United gaming roleplay...compiling errors...:/ - by The__ - 10.03.2015, 03:28
Re: United gaming roleplay...compiling errors...:/ - by nicholasramdhan - 10.03.2015, 03:32
Re: United gaming roleplay...compiling errors...:/ - by The__ - 10.03.2015, 03:37
Re: United gaming roleplay...compiling errors...:/ - by CalvinC - 10.03.2015, 06:04

Forum Jump:


Users browsing this thread: 2 Guest(s)