Server crashes due to Kick or Ban?
#2

Ok, first two errors, you have a variable called 'name' that you declared two times, change one of them to something else, or make 1 global variable called 'name', that can be used for whatever you had in mind.

Third error, the function you were trying to use is missing a parameter, and will not run correctly unless the missing parameter is added. (Code needed)

Fourth, same as the first one, you have a variable that is declared two times, with the same name.

Fifth and Sixth are the same as the third error, you need to put in the missing parameter. (Code needed)

Last error, you forgot to do:

pawn Код:
forward IsVehicleInUseByPlayer(playerid, vehicleid);
Or something like that.

Look over your code for the obvious, and read what I typed. Good luck.

--

As for the second one, I'm not sure what is causing that.
Reply


Messages In This Thread
Server crashes due to Kick or Ban? - by alpha500delta - 30.11.2010, 20:05
Re: Server crashes due to Kick or Ban? - by Hiitch - 30.11.2010, 20:23
Re: Server crashes due to Kick or Ban? - by alpha500delta - 30.11.2010, 20:25
Re: Server crashes due to Kick or Ban? - by Ash. - 30.11.2010, 20:37
Re: Server crashes due to Kick or Ban? - by Hiitch - 30.11.2010, 20:43
Re: Server crashes due to Kick or Ban? - by ThePwherer - 30.11.2010, 21:00
Re: Server crashes due to Kick or Ban? - by alpha500delta - 01.12.2010, 10:22

Forum Jump:


Users browsing this thread: 2 Guest(s)