error [+rep]
#1

Fixed
Reply
#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
#3

Quote:
Originally Posted by Prokill911
Посмотреть сообщение
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.
you are right
thnx mate it works now +repped
rep me back if you want
thnx again
Reply
#4

Quote:
Originally Posted by simo0000
Посмотреть сообщение
you are right
thnx mate it works now +repped
rep me back if you want
thnx again
Np happy to help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)