28.02.2013, 21:17
Hello everyone from this big community, i want done a simple script and not work really..
I want store the id of the player in a vehicle example
I create the global variable..
When the player enter in the vehicle the playerid need be stored
But this not work, what is the best method?
Thanks in advance
I want store the id of the player in a vehicle example
I create the global variable..
Код:
new OwnerId[MAX_VEHICLES];
Код:
OwnerId[getPlayerVehicleID] = playerid;
Thanks in advance