(adsbygoogle = window.adsbygoogle || []).push({});
Hello guys this probably is not worth a thread but i thought i would post this to help people out. Now i know allot of people will be editing there patches and get bad syntax well hears the reason why. Also if you have been waiting for my new menu im trying so hard to convert it to ps3. Hopefully it will be released soon!! Please Subscribe to J&B*
You must login or register to view this content.
1:You did not put a ';' were it is need to go. Ex self iprintlnbold ("^3Example"); <-- Then you put one here maybe you forgot!
2:When you make a new script you make the name first then you put a () after the name. Ex
script() <--Then you put it here!
{
}
3:When you use the 'for' variable you might have forgot to put the second }. Ex
Script()
{
for(;
{
}
} <--Right there maybe you forgot that one!
4:When you use a 'for' variable you put (

or (;; or () or ;;. Ex
Script()
{
for(;
{
}
} <-- Like this you put (;
.
--------------------------------------------------------------------------------------------------------------------------
Unknown Function??
1:You put something in the game that is not to be there. Ex foreach.
2:You put a script in and threaded it or put it in your menu then you took the script out!
3:Maybe you threaded the name wrong.
4:Maybe you left a letter out.
Basically if you put a new script in and you get any of these errors you know how to go back and check it and fix the problem.
Also if you cant figure it out if your on pc just press '`' its to the left of the '1' key then type in developer 1 then press enter and start game.
This make you error more specific!