SA-MP Forums Archive
Please help me in Vehicle ship FS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please help me in Vehicle ship FS (/showthread.php?tid=150571)



Hey, - Taz86 - 26.05.2010

Hey..


Re: Please help me in Vehicle ship FS - bartje01 - 26.05.2010

Well. first of all put this at the top op your script:
#pragma tabsize 0


Re: Please help me in Vehicle ship FS - Taz86 - 26.05.2010

Same Warnings

Quote:
Originally Posted by bartje01
Well. first of all put this at the top op your script:
#pragma tabsize 0



Re: Please help me in Vehicle ship FS - Joe_ - 26.05.2010

Second of all, try to fix them, these are very easy errors, don't be one of them "OMG ERROR -> SA-MP FORUM" guys, try to fix it, and if that fails, turn to SA-MP Forums, the errors are explained enough.


Re: Please help me in Vehicle ship FS - Taz86 - 26.05.2010

Dude, If I knew what the warning means, i wasnt posting here..

Thats why I posted.

Quote:
Originally Posted by Joe_
Second of all, try to fix them, these are very easy errors, don't be one of them "OMG ERROR -> SA-MP FORUM" guys, try to fix it, and if that fails, turn to SA-MP Forums, the errors are explained enough.



Re: Please help me in Vehicle ship FS - Joe_ - 26.05.2010

go to dini.inc and rename all "string" to "strx"
go to utils.inc and rename all"string" to "lolstr"
go to every line that you get the warning "loose indentation" and make sure the start of the line is in line with the above line.
Add 'forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);' above 'public ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5)'

Find all 'new string' in your gamemode and rename them. except from the FIRST one (the first is at the top of the script).

I cannot help you anymore (I'm off to watch TV lol)


Hey, - Taz86 - 26.05.2010

Hey..