[YINI] How would I load this...
#4

MAX_PLAYERVEHICLES is the loop for the maximum vehicles a player can own, which is currently 3, so think of it as:
pawn Код:
for(new v = 0; v < 3; v++)
It doesn't matter if someone else uses it in their script, its only to loop how many vehicles a player can have so its only going to load 3 vehicles in this case...

Anyway, I'm formatting the vars because its saves and loads like "v%dPosY" "%d" is the number of the vehicle (So it will look like this: v0PosY, v1PosY, v2PosY..) thats why I'm looping it.

The problem I'm having is its saves correctly, no errors or warnings, but doesn't load, I have no idea why. This results in the cars getting deleted due to it not loading.
Reply


Messages In This Thread
[YINI] How would I load this... - by ryansheilds - 21.04.2012, 21:06
Re: [YINI] How would I load this... - by Face9000 - 22.04.2012, 18:46
Re: [YINI] How would I load this... - by IceCube! - 22.04.2012, 18:48
Re: [YINI] How would I load this... - by ryansheilds - 22.04.2012, 20:00
Re: [YINI] How would I load this... - by ryansheilds - 22.04.2012, 21:07
Re: [YINI] How would I load this... - by ryansheilds - 22.04.2012, 21:18
Re: [YINI] How would I load this... - by ryansheilds - 22.04.2012, 21:51

Forum Jump:


Users browsing this thread: 1 Guest(s)