07.01.2011, 23:30
i used for loop (with mysql_num_rows() function) ands sscanf to load it from mysql table to variables
to detect if player owns vehicle i used strcmp with player name and vehicle owner name under OnPlayerStateChange (if newstate == PLAYER_STATE_DRIVER)
I hope this helps you.
to detect if player owns vehicle i used strcmp with player name and vehicle owner name under OnPlayerStateChange (if newstate == PLAYER_STATE_DRIVER)
I hope this helps you.