18.12.2007, 19:22
Pixels, Your code (DestroyVehicle fix) is rather Bugged.
The Variable Name:
Is Bugged, It gives off an Invalid array size error.
Also take a look at this line:
Tag Mismatch...
And, You also forgot to forward it
Oh, and one more thing while Im here
Your callback for OnPlayerGetMoney, which I use a lot (Thanks btw ) Only works with Player id 0
The Variable Name:
Code:
new dStroy[];
Also take a look at this line:
Code:
for(new p=0; p<200; p++) if(IsPlayerConnected(p) && IsPlayerInVehicle(p,i) == false) vCount++;
And, You also forgot to forward it
Oh, and one more thing while Im here
Your callback for OnPlayerGetMoney, which I use a lot (Thanks btw ) Only works with Player id 0