Nistor Constantin-Flavius

Results 65 comments of Nistor Constantin-Flavius

Well, doing that wouldn't allow alternatives in namespaces like ```MyNamespace::IsPlayerInRangeOfPoint```, if including the declaration before sampGDK. By the way, I am actually using ```SAMPGDK_CPP_WRAPPERS``` and not using ```using namespace sampgdk;```...

Yes, it CREATES the ```sampgdk``` namespace, so we can use ```sampgdk::SendClientMessage``` instead of ```sampgdk_SendClientMessage```. If I would use ```using namespace sampgdk;``` I could use directly ```SendClientMessage```. I think you got...

Yeah, I get this bug sometimes in my server. AFAIK, it happens indeed when the vehicle explodes and it didn't have any driver. I didn't research this more. It's a...

It probably calls ```OnUnoccupiedVehicleUpdate``` instead when it explodes, we could check its health. If it is ```0.0``` (the vehicle health is ```0.0``` only when it exploded I think, not sure...

So that's why side skirts looked a bit bugged for me, I didn't know what was actually happening ! I tested side skirts and vents again more careful and it...

Nope. My server uses 0.3.7 R2 and a player reported this bug: https://www.youtube.com/watch?v=Rgf1LYR9HVY (he thought it was a server bug, but it isn't) I also reproduced this bug few months...

It looks like I always forget about passengers. 😆 Thanks. I wasn't sure if ```OnEnterExitModShop``` is called for passengers too, so I searched for "```OnEnterExitModShop``` passengers" and I see that...

I could write a filterscript for all my suggestions and then try to implement it in the fixes include, but for now I can't even manage to find the coordinates...

Just tested this. They work, but the camera won't move outside of the Pay'n'Spray. It will be frozen until the vehicle is resprayed, right where you left it before the...

Forgot about this one, it is another well-known ancient bug: http://wiki.sa-mp.com/wiki/Bugs: >If the player has the parachute open and he is put in a vehicle in the same area, he...