Search Results
Maybe it's time to go open-source.
10,399
I don't think those sounds are available to us as of now, on one of my older scripts I used this sound if it helps at all; 1135
131
Well it does shift a bit with really low resolutions but seeing as it's readable and functional still, I haven't applied a fix just yet. The only thing that bothers me is the colouring seems a bit off...
360
Here is the current menu we are using on our mini-games server; http://i.imgur.com/tEFgeoR.png Still a work in progress but it makes voting on different maps/modes very easy
360
I don't see why you would ever need to kill the timer just before your kick is processed. If you had some cause to not kick them after a command was typed you would just need to exit the command befor...
158
Another one bites the dust.. take care pal.
976
Add a var under onplayerupdate that utilizes a timer of how ever many seconds you think best so the code is only fired once every so many seconds?
106
Add key detection for zooming in and out, would be nice for making custom sightings.
33,610
Remove the players ability to force class selection by pressing F4. If we want them to go to class selection we can give them a simple command to do so.
33,610
First person camera option as creating it with PAWN is near impossible to get decent results.
33,610
Remove the army skins camo hat so that we can use other objects (helmets etc) and add the camo texture to one of the hat objects. (I don't think there is a camo texture that matches the army skin curr...
33,610
I'm not great with MySQL but seeing as you're online and waiting i'll give it a go. Try this; PHP код: new str[700]; mysql_format(mysql, str, sizeof(str), "UPDATE `users` SET Name = '...
133
Looks good, you should slightly adjust the floor though to stop the glitchy effect. I also think you should add some signage on the exterior.
297
Thanks for this, great work SA-MP team!
20,489
This looks really good. You should upload your textured version as an alternate download.
257
Additional vehicle options from GTA SA single player. pawn Код: explosion-proofbullet-prooffire-proofdamage-proofengine state 'stalled'wheel size floatbody dirt level cleanbody dirt level maxsusp...
6,448
Apparantly run time error 6 is normally assosiated with a missing bracket, check your code for missing brackets on recently edited code.
86