error [+rep]
#2

PHP код:
if(iVehicleID != -1) {
                
VehType 1;
                break;
            } 
There's your issue...
You're telling the script to break.
Just return 1...

You're not using any Do/While/Foreach/
Statements... So why are you trying to break out of the statement when they need that param to get inside the statement.
Reply


Messages In This Thread
error [+rep] - by simo0000 - 22.06.2015, 17:52
Re: error [+rep] - by Prokill911 - 22.06.2015, 17:56
Re : Re: error [+rep] - by simo0000 - 22.06.2015, 18:01
Re: Re : Re: error [+rep] - by Prokill911 - 22.06.2015, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)