Position and var - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Position and var (
/showthread.php?tid=322594)
Position and var -
falor - 02.03.2012
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 ??