im using sanny builder!!!!PHP:0AD1: "~Y~Paketic ~W~Je ~W~U ~Y~Blizini" time 1337
https://ugbase.eu/threads/getting-compiling-error.22332/post-130824im using sanny builder!!!!
Put this on top of your scriptim using sanny builder!!!!
{$USE bitwise}
still having same problem :|
have you tried changing the line to the opcode that parazitas provided?PHP:0AD1: "~Y~Paketic ~W~Je ~W~U ~Y~Blizini" time 1337
no, what do u mean?have you tried changing the line to the opcode that parazitas provided?
just copy this line from parazitas and replace the line giving the errorhgodwhy:no, what do u mean?
where i can find parazitas?just copy this line from parazitas and replace the line giving the error
Here the line:mustresist:PHP:0AD1: "~Y~Paketic ~W~Je ~W~U ~Y~Blizini" time 1337
ya i have tried, it just bring me this error and i have added {$USE bitwise} on top of the script as wellHere the line
Try Thisya i have tried, it just bring me this error and i have added {$USE bitwise} on top of the script as well
{$CLEO}
{$USE SAMPFUNCS}
same problem... can i send u file in dm?Try This
PHP:{$CLEO} {$USE SAMPFUNCS}
have dc?same problem... can i send u file in dm?
f0rgiven#1337have dc?
where do i need to put this?use print or 0AD1: show_formatted_text_highpriority
How i can solve this error
Unknown directive printf "~Y~Paketic ~W~Je ~W~U ~Y~Blizini" 21@.
Here is the picture of the code
can someone help me please
You must be using the SAMPFUNCS SDK that was released by FYP way back 2014(which is old and is starting to get incompatible with the latest SB versions). To fix that Error, download and use the maintained(unofficial) SAMPFUNCS SDK for the Latest Version of Sanny Builder.ya i have tried, it just bring me this error and i have added {$USE bitwise} on top of the script as well
SAMP.CmdRet // a function from the SAMPFUNCS Class
0B43: samp cmd_ret // opcode counterpart of SAMP.CmdRet
this cleo script is suppose to locate objects (19054 19055 19056 19057 19058), and just this error where it have to show "Paketic je u blizini" its making me a problem...It seems like you:
- Don't have a slightest clue how to code a cleo script.
- Decompiled a cleo script.
- Tried to add/remove/change something inside its code.
- Asked us here at the ugbase community regarding a series of errors you're code is facing without posting the full code here.
You're making it harder for everybody(even for yourself).
So always try:
1. Learning how to Code a Cleo script, learn the basics first before asking. Because its hard to help someone who doesn't know how to code. Here are the basic tutorials I've read when I was a beginner.
- https://gtaforums.com/topic/403594-sa-~-cleo-script-tutorial-~/
- https://zazmahall.de/ZAZGTASANATORIUM/CLEO_Script_Tut_eng1.htm
- https://sannybuilder.com/forums/viewtopic.php?id=495
- http://ze-samphacks.blogspot.com/2015/03/cleo-tutorial-understanding-code.html
- Advanced Scripting Link documented by fastman92, even me I have not finished the whole book, but I made a lot of progress because of it:
2. Telling us the objective of your script(what does it suppose to do).3. Posting the full cleo code here, its easier that way for readers to see the problem.
You must be using the SAMPFUNCS SDK that was released by FYP way back 2014(which is old and is starting to get incompatible with the latest SB versions). To fix that Error, download and use the maintained(unofficial) SAMPFUNCS SDK for the Latest Version of Sanny Builder.
Alternatively, the error simply says that you should use that function's Opcode Counterpart instead. So this line:
Should be replaced/changed into this line instead:PHP:SAMP.CmdRet // a function from the SAMPFUNCS Class
To put it simple, these two lines do the same thing in your script.PHP:0B43: samp cmd_ret // opcode counterpart of SAMP.CmdRet