Search Results
Maybe it's time to go open-source.
16,098
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
228
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...
518
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
518
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...
287
Another one bites the dust.. take care pal.
1,582
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?
176
I hope this issue gets a fix soon.
4,179
Add key detection for zooming in and out, would be nice for making custom sightings.
56,893
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.
56,893
First person camera option as creating it with PAWN is near impossible to get decent results.
56,893
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...
56,893
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 = '...
296
Re-Add player objective markers.
56,893
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.
432
Thanks for this, great work SA-MP team!
29,266
This looks really good. You should upload your textured version as an alternate download.
381
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...
9,810
Apparantly run time error 6 is normally assosiated with a missing bracket, check your code for missing brackets on recently edited code.
141