Search Results
So far there's been a suckish advice: The wiki is a more or less a reference material; if you have no idea what you're looking for, it's of no use. Pawn Language Guide is what the name says - a langu...
105
What exactly is not working? Syntax looks okayish, but we're not mind readers over here.
86
Gammix, there is no guarantee that the z coordinate will be set last. It could change in future releases or other functions.
345
If it works as it, dont touch it. Only change the structure if you find it to be a bottleneck (which isn't likely). Joins and subqueries are the bread and butter of relation databases. Remember to ad...
489
Quote: Originally Posted by SupremeCommander I believe I normalised my database Consider an example with a table `account` which stores all user related stuff. Now lets say I have inventor...
489
Quote: Originally Posted by Mauzen Whats 100 nanoseconds? Actually a lot, considering that it means "twice as fast" in these cases. It's the difference between light travelling 30 meter...
1,160
Quote: Originally Posted by Kar I'm not sure, the regex plugins crash the server when weird characters are entered (for me atleast). So even if I benchmark, I still won't be able to use it...
932
What is your argument against regex? Some benchmarks might be useful.
932
Looks great, Infamous. No problems with different resolutions?
350
Is there a reliable way to get a player`s chat pagesize? (as set by /pagesize command) Back in 2012 there was a suggestion by Pablo Borsellino, but I suppose nothing came of it. Doesn`t have to be a ...
255
How does this differ from rBits (https://sampforum.blast.hk/showthread.php?tid=275142) ?
614
Jay.. What about a more complex scenario? Example, team A can`t hit Team B and team B can`t hit team C, but team C can hit team A.
639
They want a different functionality than that which SetPlayerTeam provides.
639
Some notes: In the loop you have Total_Veh_Created. What happens when you create, say, 100 vehicles and delete the 50th vehicle.. total vehicles will be 99, but ID 100 will still be in use and the loo...
76
The logic seems a bit off.. First you are creating a vehicle from existing data (not from the database) only to get an ID.. and then use the id to set the data in the array. Is this what you actually...
170
Number of vehicle models is not the same as number of vehicles. The logs show the intended information.
143
Is your mysql server run locally? If not, check your remote servers firewall configuration. By default I believe non-local connections are dropped.
216
Show us RandomVehicles array definition
143
90% of the time it is caused by either:MySQL server not actually running; Wrong port; Firewall configuration is blocking access. Also, unless you 100% know what you are doing, use a local mysql serve...
216
In Addition to detaching the trailer, return false on the callback. As a result, other players wont receive an update about it.
216