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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,514
» Latest member: huwvae
» Forum threads: 2,417
» Forum posts: 12,369

Full Statistics

Online Users
There are currently 556 online users.
» 0 Member(s) | 554 Guest(s)
Google, Bing

Latest Threads
fndffj
Forum: Releases
Last Post: huwvae
1 hour ago
» Replies: 0
» Views: 3
awrfawgd
Forum: Pawn Scripting
Last Post: huwvae
1 hour ago
» Replies: 0
» Views: 2
mhghgh
Forum: Questions and Suggestions
Last Post: huwvae
1 hour ago
» Replies: 0
» Views: 3
Adding new vehicles and s...
Forum: Programming
Last Post: __.A.__
2025-09-15, 02:52 AM
» Replies: 2
» Views: 182
How to create a custom SA...
Forum: Tech
Last Post: HELLHOUND
2025-09-15, 12:12 AM
» Replies: 1
» Views: 814
Silly little render a did...
Forum: Art
Last Post: HELLHOUND
2025-09-14, 09:00 PM
» Replies: 0
» Views: 100
HWID BAN
Forum: Questions and Suggestions
Last Post: HELLHOUND
2025-09-14, 08:44 PM
» Replies: 1
» Views: 918
Manual sorting of servers...
Forum: Questions and Suggestions
Last Post: HELLHOUND
2025-09-14, 08:35 PM
» Replies: 1
» Views: 748
San Fierro Cops And Robbe...
Forum: Advertisements
Last Post: Dr0pp
2025-09-13, 08:33 PM
» Replies: 0
» Views: 135
Zona América del Sur Free...
Forum: Advertisements
Last Post: kevinberriosflores
2025-09-12, 02:16 PM
» Replies: 1
» Views: 170

 
  Post your code snippets here
Posted by: DTV - 2019-04-14, 11:04 PM - Forum: Pawn Scripting - Replies (19)

I remember seeing a thread like this on SA-MP forums so it'd be nice to share with each other little tricks to making our lives easier with pawn, I'll start:



Actually don't know what this is formally called, but you can use it to skip parts of code when needed (good in a situation where the ending part of code is always the same but you don't need to copy/paste that code in every if/switch statement)

Code:
someFunc(params) {



? ? if(params) {



? ? ? ? SendClientMessage(playerid,-1,"Not skipped!");

? ? ? ? return 1;

? ? }



? ? else { goto skipBlock; } //this is how you'd call for the code to skip to `skipBlock`



? ? skipBlock: //this is how you'd create it



? ? SendClientMessage(playerid,-1,"Skipped!");

? ? return 1;

}


  Server protection
Posted by: blade - 2019-04-14, 10:41 PM - Forum: Questions and Suggestions - Replies (9)

So, will this have ddos protection like mta?


  Que esperas de este proyecto?
Posted by: Fazter - 2019-04-14, 10:35 PM - Forum: Spanish/Espa?ol - Replies (3)

Espero inovacion en algunos sistemas.



[Image: W6e9KR.gif]


  [SUGGESTION] Translation of the forum
Posted by: KMarkireN - 2019-04-14, 10:28 PM - Forum: Chat - Replies (2)

Greetings everyone,
I only suggest that when this community had a large number of members it could be an option to configurate the language of the website, for example to be more confortable to spanish users, only that, I hope this project will have a greatest success.
PD: If my english isn't the best sorry, I'm a chilean guy who had interested in this new community xd.


  Uff umita
Posted by: violator - 2019-04-14, 09:55 PM - Forum: Spanish/Espa?ol - Replies (6)

el forubi, graciaaas graber


  Digan que quieren para la plataforma cosas que no tiene SA-MP para dar ideas
Posted by: G0NZ4L0 - 2019-04-14, 09:22 PM - Forum: Spanish/Espa?ol - Replies (8)

Ya publique una sugerencia en el subforo Chat "Charla" que quiero yo sobre esto y trata sobre que todo este adentro del juego osea que cuando vayas a buscar otro servidor no tengas que salirte del SA:MP asi tipo MTA.


  Send your dog pics
Posted by: Reachless - 2019-04-14, 09:17 PM - Forum: Chat - Replies (11)

dogs > cats btw sorry y_less



[Image: pn8HV8Q.jpg]


  Rounding float to make it divisible by specified value.
Posted by: Xray - 2019-04-14, 09:12 PM - Forum: Pawn Scripting - Replies (7)

Hi, I am developing a building system based on?a map grid. I?figured to use this grid (only xy axis based) I would only need to use a simple algorithm where I devide the current player position by the grid size.

Lets say I want to get the nearest grid in range of?a player, I need to round the player's position till it's devisible by the grid size to get the X Y position from that grid.



Could anyone explain me how to create a function that rounds?the player position to the nearest value where it is devisible by a specified value?


  About Open-MP
Posted by: G0NZ4L0 - 2019-04-14, 09:08 PM - Forum: Questions and Suggestions - Replies (10)

I want to give a suggestion for the Open-MP platform, which is that instead of every time we want to enter another server we have to leave the GTA SA game and start it again and that is why I explain, that the list of servers show already when we are in the game (as well as MTA) so that every time we connect to a server we do not have to leave and enter GTA SA



I know that some people think it's lazy or something because of it, but it's not really because you imagine those who play in an old computer that the game delays loading and finishing you have problems in a moment of connection and you have to be opening and closing the GTA connecting to the same server to play as normal as all other players, so I suggest this suggestion about the Open-MP launcher.


  Turning Side Projects into Profitable Startups
Posted by: Southclaws - 2019-04-14, 08:56 PM - Forum: Life - Replies (1)

A great talk from one of my favourite people. Definitely worth a watch if you're... actually, it's worth a watch regardless!



[Video: https://www.youtube.com/watch?v=6reLWfFNer0]