04.11.2018, 16:36
First of all that's not the way to check for keys
https://sampwiki.blast.hk/wiki/OnPlayer...heck_for_a_key
After you've done with that try debugging, after every if() use a print to see where the code is getting executed.
If you don't read a print that snippet isn't executed and so you need to edit your if()s.
https://sampwiki.blast.hk/wiki/OnPlayer...heck_for_a_key
After you've done with that try debugging, after every if() use a print to see where the code is getting executed.
If you don't read a print that snippet isn't executed and so you need to edit your if()s.

