21.01.2019, 21:05
I tried this last night. Its pretty fun to play around with!
But i found an odd issue. I keep getting a sampgdk warning when using this. It appears to happen when CallRemoteFunction is used inside the gamemode or filterscripts. Example...
Something like this. Them are just two of the ones that get called by callremotefunction.
Also i need to load the plugin before any other plugins, otherwise it will not load.
But i found an odd issue. I keep getting a sampgdk warning when using this. It appears to happen when CallRemoteFunction is used inside the gamemode or filterscripts. Example...
Code:
[sampgdk:warning] Index mismatch for OnServerTimeUpdate (-10058 != -10057) [sampgdk:warning] Index mismatch for Speedo_SetVehicleFuel (-10071 != -10070)
Also i need to load the plugin before any other plugins, otherwise it will not load.