25.09.2014, 19:08
Basically get the account ID upon vehicle spawn, or wherever the variable is activated and then, for example do this using your own variables, etc,
Then to check who owns the vehicle you'd do,
or similar. Hope this helps.
pawn Код:
new accountid;
accountid = GetAccountID(playerid);
CarKeys1[vehicleid] = accountid;
pawn Код:
if(CarKeys1[vehicleid] == GetAccountID(playerid))

