Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: umar4911 on Feb 02, 2018, 10:56 AM

Title: Expression error expected and timer call back
Post by: umar4911 on Feb 02, 2018, 10:56 AM
The problem is that in my code, the error comes
Error Expression expectedthe error comes in last line. How to find where to put that

Next, why my all timers without arguments started showing errors that the given timer call back does not exists?
Title: Re: Expression error expected and timer call back
Post by: Mohamed Boubekri on Feb 02, 2018, 11:40 AM
Wich Your Code.
Title: Re: Expression error expected and timer call back
Post by: umar4911 on Feb 02, 2018, 02:30 PM
Quote from: Mohamed on Feb 02, 2018, 11:40 AMWich Your Code.
what??
Title: Re: Expression error expected and timer call back
Post by: Mohamed Boubekri on Feb 02, 2018, 02:36 PM
Quote from: umar4911 on Feb 02, 2018, 02:30 PM
Quote from: Mohamed on Feb 02, 2018, 11:40 AMWich Your Code.
what??
Quote from: umar4911 on Feb 02, 2018, 10:56 AMThe problem is that in my code, the error comes


Quote from: umar4911 on Feb 02, 2018, 02:30 PM
Quote from: umar4911 on Feb 02, 2018, 02:30 PM
Quote from: Mohamed on Feb 02, 2018, 11:40 AMWich Your Code.


Title: Re: Expression error expected and timer call back
Post by: Retard on Feb 02, 2018, 02:39 PM
We can only help you if you show the line or if you added something and this happened show it !
Title: Re: Expression error expected and timer call back
Post by: umar4911 on Feb 02, 2018, 02:40 PM
Quote from: Mohamed on Feb 02, 2018, 02:36 PM
Quote from: umar4911 on Feb 02, 2018, 02:30 PM
Quote from: Mohamed on Feb 02, 2018, 11:40 AMWich Your Code.
what??
Quote from: umar4911 on Feb 02, 2018, 10:56 AMThe problem is that in my code, the error comes


Quote from: umar4911 on Feb 02, 2018, 02:30 PM
Quote from: umar4911 on Feb 02, 2018, 02:30 PM
Quote from: Mohamed on Feb 02, 2018, 11:40 AMWich Your Code.


I said that it says in my last line, we need to put an expression which I don't think is not to be put in last line because if I add it in last line, the timers show error of callback.
Little confusing.
Title: Re: Expression error expected and timer call back
Post by: umar4911 on Feb 05, 2018, 01:07 PM
I missed an expression anywhere in my whole code so I checked the whole code and found and fixed it. It also solved the timer problem.