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.
|
Great to hear you are using the include system! If you think anything could be improved, just let me know. By the way, you can also use getPlayerRace(playerid) to check if the player is in any race. It will return -1 if not, and any other number if the player is in a race.
|
[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 |