03.03.2012, 09:47
Hey guys,
Actually it's possible to do that :
new var[MAX_PLAYERS];
var[playerid] == value;
But how do that stuff from a location (pickup)?
Let me explain,
I want to use a fuel system, but i want to to something like :
fuel[pickupid] == value;
This could be useful to create a job to refill gas station
How to do please ??
__________________
Actually it's possible to do that :
new var[MAX_PLAYERS];
var[playerid] == value;
But how do that stuff from a location (pickup)?
Let me explain,
I want to use a fuel system, but i want to to something like :
fuel[pickupid] == value;
This could be useful to create a job to refill gas station
How to do please ??
__________________