Player Account Issue
#9

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,

pawn Код:
new accountid;
accountid = GetAccountID(playerid);
CarKeys1[vehicleid] = accountid;
Then to check who owns the vehicle you'd do,
pawn Код:
if(CarKeys1[vehicleid] == GetAccountID(playerid))
or similar. Hope this helps.
Reply


Messages In This Thread
Player Account Issue - by Joshayersm - 25.09.2014, 17:02
Re: Player Account Issue - by Abagail - 25.09.2014, 17:05
Re: Player Account Issue - by Joshayersm - 25.09.2014, 17:15
Re: Player Account Issue - by Joshayersm - 25.09.2014, 17:58
Re: Player Account Issue - by Abagail - 25.09.2014, 18:14
Re: Player Account Issue - by Joshayersm - 25.09.2014, 18:21
Re: Player Account Issue - by Abagail - 25.09.2014, 18:23
Re: Player Account Issue - by Joshayersm - 25.09.2014, 18:28
Re: Player Account Issue - by Abagail - 25.09.2014, 19:08
Re: Player Account Issue - by Joshayersm - 26.09.2014, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)