Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,523
» Latest member: Alik1212
» Forum threads: 2,416
» Forum posts: 12,368

Full Statistics

Online Users
There are currently 400 online users.
» 1 Member(s) | 396 Guest(s)
Yandex, Bing, Google, Alik1212

Latest Threads
Possibility of Multiplaye...
Forum: General Discussions
Last Post: sandrawelker
3 hours ago
» Replies: 0
» Views: 10
United Gaming Life Rolepl...
Forum: Advertisements
Last Post: Cruncher
Yesterday, 06:18 PM
» Replies: 0
» Views: 45
Adding new vehicles and s...
Forum: Programming
Last Post: __.A.__
2025-09-15, 02:52 AM
» Replies: 2
» Views: 233
How to create a custom SA...
Forum: Tech
Last Post: HELLHOUND
2025-09-15, 12:12 AM
» Replies: 1
» Views: 844
Silly little render a did...
Forum: Art
Last Post: HELLHOUND
2025-09-14, 09:00 PM
» Replies: 0
» Views: 120
HWID BAN
Forum: Questions and Suggestions
Last Post: HELLHOUND
2025-09-14, 08:44 PM
» Replies: 1
» Views: 952
Manual sorting of servers...
Forum: Questions and Suggestions
Last Post: HELLHOUND
2025-09-14, 08:35 PM
» Replies: 1
» Views: 770
San Fierro Cops And Robbe...
Forum: Advertisements
Last Post: Dr0pp
2025-09-13, 08:33 PM
» Replies: 0
» Views: 151
Zona América del Sur Free...
Forum: Advertisements
Last Post: kevinberriosflores
2025-09-12, 02:16 PM
» Replies: 1
» Views: 187
Busco copia de gamemode S...
Forum: Spanish/Espa?ol
Last Post: briancristaldo2021
2025-09-11, 11:14 AM
» Replies: 0
» Views: 188

 
  Animation to speak
Posted by: Boxi - 2021-01-12, 09:45 PM - Forum: Pawn Scripting - Replies (1)

Hello, I want to make a command that when using it the character makes the typical talking animation. Do you know what the name of that animation is? thanks!


  Nice and easy way to script a countdown?
Posted by: M.D. - 2021-01-12, 08:45 PM - Forum: Pawn Scripting - Replies (4)

What do you reckon that would be an efficient method of implementing a countdown (a few minutes long), including both a timer and an updating TextDraw or GameText?



Afterwards, how would you be able to script something to happen at the end of it?



Cheers!


  Using MySQL R41-4
Posted by: RhaegarX - 2021-01-12, 04:47 PM - Forum: Pawn Scripting - Replies (4)

Hello guys, I programmed some samp servers a long time ago and recently I started programming again just for fun.

However, I always programmed using a rescue system in '.ini' and I am creating a gamemode in mysql and I would like to clarify some doubts on the subject.



1 - Is it recommended and necessary to use mysql in the samp? What are its advantages over '.ini' rescue systems?



2 - In relation to saving data from the server and players in mysql, it is interesting to save the data of the player only when the player leaves the server, or to save this data for each operation that the player does (example: the player buys an item and then the game already saves that data)



Thanks for the attention of those who read this topic xD!



Sorry for my bad English, I used google translator for some things.


  [HELP] Fully eliminating weapon when no ammo left
Posted by: Smyle - 2021-01-11, 08:54 PM - Forum: Pawn Scripting - Replies (3)

Hey.



So, since a while ago i was having an issue when finishing using a weapon (when i shot the last bullet left). As we all know, when we're using GetPlayerWeaponData, old weapons with no ammo left are still returned and basically that fucks everything up if you're checking if a player already has that specific weapon by using the GetPlayerWeaponData function.



So my question is: Is there any way we can like reset or eliminate that weapon when whe shot the last bullet for the last time? As i said, the weapon vanishes, but it still shows up on GetPlayerWeaponData.



I already tried to remove it when shooting and checking if it was the last bullet using OnPlayerWeaponShot, but i had no success on it.



Please, help!? 䑃 to those who?can give me a good answer.



Thank yall.


  fmat_return
Posted by: Syxh0wN - 2021-01-11, 08:17 PM - Forum: Programming - No Replies

Hello, I need some help, I need to take 'va_format' without redoing all the codes, can someone help me?

PHP Code:
stock fmat_return(const fmat[], va_args<>)
{
    new 
str[300];
    
va_format(strsizeof(str), fmatva_start<1>);
    return 
str;


  Problem. Discord Connector
Posted by: Dex - 2021-01-11, 06:59 PM - Forum: Pawn Scripting - No Replies

Solved


  Samp Forum
Posted by: Jaua - 2021-01-10, 06:47 PM - Forum: Chat - Replies (2)

Excuse me guys its possible to get into?samp forum? i tried to enter with machinewayback and i had no luck.


  Spotify Playlists
Posted by: Pinch - 2021-01-09, 07:45 PM - Forum: Chat - Replies (3)

Post your own Spotify playlists here!



This is mine, enjoy if u can, it's a bit different as it's mostly hyperpop and glitchcore :)


  /top online
Posted by: zetrazak - 2021-01-09, 02:50 PM - Forum: Pawn Scripting - Replies (4)

Can you explain me how to make a command wich shows players with the most hours on the server, in sqlite? YSI included

Please.


  Faster 03dl models download
Posted by: fivezerofour - 2021-01-09, 02:06 PM - Forum: Pawn Scripting - Replies (5)

Hey, so I remember there was a guide or a script in old sa-mp.com forums addressing the issue of very slow models download and some dude provided a way how to make those downloads to happen faster. Does anyone have a script or a guide, or whatever that was and could share? Big thanks in advance!