Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
Well. first of all put this at the top op your script:
#pragma tabsize 0
Posts: 517
Threads: 22
Joined: Mar 2010
Reputation:
0
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.
Posts: 517
Threads: 22
Joined: Mar 2010
Reputation:
0
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)