12.09.2009, 15:55
[quote=ZeeX ]
put somewhere on the top of the script (global variable):
Well except for this:
Oke, now i've got this problem:
Number of arguments, does not match definition.
I think the problem is that the variable lastCP does not only save the the coords for the last, but for the next one too. How do I get only the first one?
put somewhere on the top of the script (global variable):
pawn Код:
CurrentVehicle[MAX_PLAYERS]
pawn Код:
new CurrentVehicle[MAX_PLAYERS];
Number of arguments, does not match definition.
I think the problem is that the variable lastCP does not only save the the coords for the last, but for the next one too. How do I get only the first one?