Search Results
Maybe you need this exact same thing: https://sampforum.blast.hk/showthread.php?tid=586841.
1,190
Quote:
Originally Posted by GospodinX
Why you think it?
Coordinates:
minx: 2409.18
miny: -1601.37
maxx: 2594
maxy: -1727.37
I'm make gang zone just like i wanted...It look good(In Grove...
366
https://sampwiki.blast.hk/wiki/GangZoneCreate: "Putting the parameters in the wrong order results in glitchy behavior."
So make sure that minx < maxx and miny < maxy.
Also, as far as I know, it...
366
@Dutheil: AttachDynamicObjectToPlayer requires YSF to work, because by default there's no AttachPlayerObjectToPlayer (internally, streamer's dynamic objects are player objects) and YSF added that func...
1,728
Great decision, to be honest ! I considered 0.3.8 to be pretty fail since the start. Such a huge new feature like model downloading would fit perfectly in a new version from a new branch, like 0.4a, n...
16,238
If you are on foot and you shoot a driver/passenger in a vehicle (and damaging him) OnPlayerWeaponShot will only be called with hittype = BULLET_HIT_TYPE_VEHICLE with the hitid = player's vehicleid. T...
1,548
Quote:
Originally Posted by IstuntmanI
Thanks for your suggestion! I also remembered something that I always wanted and this is the perfect moment for it too: The ability to add new server...
22,162
Quote:
Originally Posted by stabker
What if i tell you that you could simply cancel TD selection before showing dialog and restore after dialog response? Also don't allow TD selection whil...
615
Quote:
Originally Posted by BeckzyBoi
I've just had a quick glance through the wiki bug page. Many of them (I believe) aren't bugs - even a couple that I thought were, and documented in th...
19,109
Actually, they can spoof even more than that: https://sampforum.blast.hk/showthread.php?tid=627990 . Everything from the response can be spoofed. Use that include and you may be totally safe from dial...
761
Quote:
Originally Posted by Meller
Alright, thank you.
You are welcome.
-------------
Quote:
Originally Posted by wallee
I was also curious about this but never asked. The...
430
Yes, but mysql_tquery itself runs on another thread, so if you send a huge query it won't block server's thread like mysql_query does, it will still have one queue (well, mysql_query has no queue at a...
430
From me: ( https://github.com/pBlueG/SA-MP-MySQL/issues/83 )
Quote:
mysql_tquery is better because it won't block your server's thread (noticeable at huge/bad queries). It will send the qu...
430
Actually, there are other problems:
1. Your code. You can improve it by simply using GetTickCount. Also, you made few weird things in it, for me it was displaying mostly zeroes.
2. Timers calls are ac...
470
Quote:
Originally Posted by several
<>
Sure, but the enum is just an enumerator, you can't pass it directly as a parameter like that, you need an array with the first dimension se...
78,105
Another thing, not directly related to 0.3.8 (server sided mods), but hopefully it can be made as a quick fix: https://sampforum.blast.hk/showthread.php?pid=3953185#pid3953185 . This can be very annoy...
22,162
Not necessary a bug, but it is a problem with the logic:
Using SelectTextDraw and then ShowPlayerDialog (well, the order doesn't matter, same effect) has a problem: if pressing ESC (cancelling) then ...
615
Quote:
Originally Posted by Dayrion
Hey. I should misunderstood something about Dynamic 3D Text Label.
I've this code
PHP код:
CMD:test_label(playerid, params[])
{
    extractÂ...
78,105
Quote:
Originally Posted by oSAINTo
Alright, so. A buddy and myself have been testing the 0.3.8 update. We're in love.
Your buddy and yourself are in love ? That's pretty gay. Why you s...
1,098
Quote:
Originally Posted by dugi
The information whether the server uses custom models or not is already provided in server rules(artwork variable):
It should also specify the total si...
887