01.06.2014, 11:33
Nice race system i've ever seen, I'll try to test out and will find some bugs if there are.
Nice race system i've ever seen, I'll try to test out and will find some bugs if there are.
|
forward onPlayerJoinRace(playerid, raceid);
That's what I was searching for, but didn't find it at start. I guess it's problem solved. You're brilliant. |
Great to hear you are using the include system! If you think anything could be improved, just let me know.
![]() |
[04:02:42] Loading plugin: RouteConnectorPlugin.so
[04:02:42] Failed (libtbb.so.2: cannot open shared object file: No such file or directory) [04:02:42] Loading plugin: streamer.so any idea how to fix it on linux server tell me where to put this libtbb.so.2 |
IntelTBB missing on linux? https://www.threadingbuildingblocks.org/download download the linux binaries and install the 'ia32' redistribution. Or: Код:
sudo apt-get install libtbb-dev sudo apt-get install libtbb2 |