12.11.2011, 08:10
Hello and thanks for reading in the first place.
I'm making a gamemode with another guy and we noticed some weird bugs.
Things just won't be executed or they'll be executed in a wrong way. For example:
Also, OnPlayerSpawn will take $200 from the player instead of the scripted $100.
Before this mysterious bug came, everything was allright and all systems were working.
I'm sure it isn't a normal scripting mistake. I run through the code a thousand times, and this just make no sence at al.
Can someone help me?
Greetz,
Danny
I'm making a gamemode with another guy and we noticed some weird bugs.
Things just won't be executed or they'll be executed in a wrong way. For example:
Код:
if(EmployeeInfo[playerid][vehicle] != 0) { DestroyVehicleX(EmployeeInfo[playerid][vehicle]); EmployeeInfo[playerid][vehicle]=0; // this won't be executed }
Before this mysterious bug came, everything was allright and all systems were working.
I'm sure it isn't a normal scripting mistake. I run through the code a thousand times, and this just make no sence at al.
Can someone help me?
Greetz,
Danny