14.12.2010, 21:02
Hello all,
I'm having an issue with my OnPlayerStateChange
Issue is this: I want to create vehicles which are only accessible for the owner.
It's used for a personal car system.
It saves the owner like this:
Above code saves the Owner's NAME in a file.
Now in OnPlayerStateChange, it should check if the player whose entering the vehicle is the same as the Carlist[playerid][owner]
Ive tried tons of things but doesn't work can anyone help me out please!?
I'm having an issue with my OnPlayerStateChange
Issue is this: I want to create vehicles which are only accessible for the owner.
It's used for a personal car system.
It saves the owner like this:
Код:
Carlist[playerid][owner]
Now in OnPlayerStateChange, it should check if the player whose entering the vehicle is the same as the Carlist[playerid][owner]
Ive tried tons of things but doesn't work can anyone help me out please!?