mysql vehicle system help
#2

There are many bugs in this..
-Firstly make sure that id field is AUTO_INCREMENT
-AddStaticVehicleEx can only be used in OnGameModeInit, use CreateVehicle Instead..
-Why are you using cache_get_field_content in case THREAD_CREATE_PVEH.. cache_get_field_content will only work with SELECT type of query and case THREAD_CREATE_PVEH is being used with INSERT INTO type of query. You have to run another query from inside of case THREAD_CREATE_PVEH and put the cache_get_field_content code inside the callback which is called from it.
Reply


Messages In This Thread
mysql vehicle system help - by Jack_Leslie - 03.04.2015, 06:02
Re: mysql vehicle system help - by BroZeus - 03.04.2015, 09:17
Re: mysql vehicle system help - by Jack_Leslie - 03.04.2015, 09:34
Re: mysql vehicle system help - by BroZeus - 03.04.2015, 09:38
Re: mysql vehicle system help - by Jack_Leslie - 03.04.2015, 09:40
AW: mysql vehicle system help - by Mellnik - 03.04.2015, 09:52
Re: mysql vehicle system help - by Jack_Leslie - 03.04.2015, 10:11

Forum Jump:


Users browsing this thread: 1 Guest(s)