Search Results
Use y_timers' ptask or any plugin that provides per-player timers.
1,450
Monitor OnVehicleMod and OnUnoccupiedVehicleUpdate
773
Quote: Originally Posted by Romz It is better to fix the vulnerability in the server code so that such plugins cannot be created. It is also worthwhile to issue regular updates so that plu...
13,538
Or delete the backslashes. They're unnecessary in your case.
502
Quote: Originally Posted by GangstaSunny. The 3 trailers will ALWAYS have the trains vehicle id +X. No, they get unused ids, at least on 0.3.7. For instance, this script prints: Code: ...
733
Move `Locale` definition below, so `ParseFile` is defined before the call. Looks like a compiler bug. Anyway, returning strings is bad practice. You should use references.
141
https://github.com/samp-incognito/sa...reamer.inc#L20 So check if `_streamer_included` is defined. Zeex compiler doesn't generate include guards by default, so relying on _inc_* symbols might not giv...
161
As a guy who worked briefly on a clientside anticheat, I'd suggest you NOT to write an AC unless you actually have experience in modding or at least know how cheats and mods work. First step is to un...
1,404
Quote: Originally Posted by GRiMMREAPER For x || y, provided both x and y are numbers, will always return 1. You are then accessing arr[1], which indeed exists and is 3. pawn Код: ne...
39,472
https://sampforum.blast.hk/showthread.php?tid=645254 https://sampforum.blast.hk/showthread.php?tid=645438
311
Not possible* unless the server you play on allows players to increase/decrease the nametags draw distance using a command or any other interface. *possible = no hax
287
Quote: Originally Posted by Adamoneoone It's to anticipate the whole string size. I recompiled with the exact number, which is 5300 roughly. Oh, also I have forgotten to mention, I tried ...
390
The real bug is that actors aren't properly frozen on clients' screens and therefore they can be pushed away from their original position until they are restreamed or SetActorPos is used.
649
Код: SetServerRuleFlags("version", CON_VARFLAG_RULE); SetServerRule("version", "0.4");
49,838
Remove readonly flag from "version" rule and then you should be able to change it.
49,838
Quote: Originally Posted by [HLF]Southclaw At least there's a fix in this RakNet branch: https://git.io/vp4Zb Now all we can do is wait, if the big servers get hit hard then I'm sure ther...
1,271
When I connect to a server, I expect it to be very straightforward and intuitive/easy to interact with. That textdraw click is pointless in this context and adds 1 unnecessary step to the login sequen...
168
Quote: Originally Posted by Meller im just gonna go made a memory located variable with 899999999999999999999999 null cells, my cpu won't die at all. CPU will be fine tho.
291