Search Results
According to PAWN, Let's say I have a club of serversServer 1
Server 2
Server 3
Server 4
Server 5
If a player connects to server 1, and after sometime he wants to move to Server 4, Is that possible to...
109
I've seen some common features and syntax with C and C++
Anything else or is it one of the two ?
183
Nevermind Solved
I just switched the Timer ID variable in a function local variable
130
Lets say I have something like this:
PHP Code:
new TimerID = SetTimer("BlaBla", 1000, 0);
BlaBla();
BlaBla()
{
if(TimerID) // If the timer ID is still stored in the variable >...
130
Quote:
Originally Posted by Sreyas
checking the animation and velocity is better I think.
Like he said ^
Check if the animation equals to the running animation
175
Quote:
Originally Posted by Sibuscus
Try here? http://dev.prineside.com/en/gtasa_sa.../search/?q=a51
http://dev.prineside.com/en/gtasa_sa...arch/?q=garage
Thank you, I forgot it's na...
553
I've already did
Quote:
I couldn't find on any website
553
Heyo, I am looking for an object ID I couldn't find on any website
It's similar to this one:
But its a bit bigger and darker, I mean the color itself is more red
Two of them should fit the lower entr...
553
Quote:
Originally Posted by RedRex
Hay Hay Hay Hay ISmokezU!!! Its not my account... Thanks, Its my brother account Bro.!! same ip
That's most likely the worst excuse I have ever seen
I...
234
Quote:
Originally Posted by SickAttack
These are the models: https://sampwiki.blast.hk/wiki/Vehicle_Model_ID_List
Landstalker, Bullet, Infernus, etc.
There is no limit to how many you ca...
235
Heya
Something I've seen but never understood on SAMP limits is vehicle models limit
It claims to be unlimited, although last time I checked there are only 200 +-
So what is the limit about ?
235
Well, I am not so experienced with "objects games", but I think something with the object materials could do affect.
364
Quote:
Originally Posted by Threshold
Well obviously using the maximum value for a 32-bit integer and having it doubled is going to cause issues. Use smaller values.
0x7FFFFFFF - (-0x7FFF...
294
Quote:
Originally Posted by Threshold
What are you using for maxvalue and minvalue?
PHP код:
random((0x7FFFFFFF - (-0x7FFFFFFF)) + 1) + (-0x7FFFFFFF)
294
Quote:
Originally Posted by Threshold
By 'doesn't work' you mean it doesn't give the desired result?
Well, all you really need to randomise is the difference between the two amounts. So l...
294
Hey, I need to randomize 30 numbers into an Array, each number is a randomized number between the int limits (both negative and positive)
Although, my code doesn't work, and on second thought it's not...
294
Quote:
Originally Posted by SickAttack
Lies
I am speaking out of self experiences.
466
Create a threaded query, such command might and will lag your server
466
Quote:
Originally Posted by Konstantinos
http://dev.mysql.com/doc/refman/5.7/en/query-cache.html
If you use non-threaded queries(1) or save the cache for later use(2), then yes - you need...
353