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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 8,108
» Latest member: livpoa
» Forum threads: 2,446
» Forum posts: 12,466

Full Statistics

Online Users
There are currently 369 online users.
» 0 Member(s) | 366 Guest(s)
Bing, Yandex, Google

Latest Threads
fhrujtr
Forum: Pawn Scripting
Last Post: livpoa
52 minutes ago
» Replies: 0
» Views: 6
swfewt
Forum: Support
Last Post: livpoa
53 minutes ago
» Replies: 0
» Views: 6
gtewwe
Forum: Questions and Suggestions
Last Post: livpoa
54 minutes ago
» Replies: 0
» Views: 7
Floorp is a good webbrows...
Forum: Tech
Last Post: NoxxeR
Today, 01:01 AM
» Replies: 0
» Views: 29
Looking for Players for N...
Forum: Advertisements
Last Post: AlmightyJeremy
2026-04-27, 03:36 PM
» Replies: 0
» Views: 43
Algemene Discussies
Forum: Dutch/Nederlands
Last Post: Eamon
2026-04-27, 12:03 AM
» Replies: 41
» Views: 85,375
Help me find a current ar...
Forum: Tech
Last Post: KOZYR
2026-04-24, 03:53 PM
» Replies: 0
» Views: 63
Czy SA:MP RP jeszcze żyje...
Forum: Ogólne
Last Post: Sztakier
2026-04-24, 09:11 AM
» Replies: 0
» Views: 65
Donald Trump wars every c...
Forum: Life
Last Post: NoxxeR
2026-04-23, 08:04 PM
» Replies: 0
» Views: 81
Ajuda com salvamento nao ...
Forum: Portuguese/Português
Last Post: zGu1Zin_
2026-04-22, 10:05 PM
» Replies: 0
» Views: 64

 
  Ability to set any walk, run and stance style of ped/skin.
Posted by: Caledonite - 2019-05-08, 02:33 PM - Forum: Questions and Suggestions - Replies (1)

As I have been playing SA-MP for loooong time, I always wondered if you could set the default running, walking and stance?style. I was quite disappointed, when I found it is NOT possible to set it via code. There are obviously ways to make it into code, but they are not smooth enough and tend to get buggy usually (talking about applying animation with hotkey).



My point of thread is that you could set any ped's walking, running and stance style. It is not present in SA-MP, but according to GTA SA coding, it should be possible.



There could be also additional running and walk styles that are not present for normal peds, for example Wuzi, burglary sneaking etc.


  Drive-by from driver seat
Posted by: Caledonite - 2019-05-08, 02:29 PM - Forum: Questions and Suggestions - Replies (3)

In the SA-MP, it has never been possible to do drive-by from driver seat, only possible via CLEO mods.



Maybe a new function for this as well? Should be toggled off by default, possible to be enabled via code?


  Project Open (Best cnr that has been opened sourced)
Posted by: PatrickGTR - 2019-05-08, 12:01 PM - Forum: Gamemodes - Replies (4)

Introduction

A deathmatch, cops and robbers gamemode based in San Fierro.



Thanks To

Southclaw -?I took a lot of snippets from S&S to make productivity faster.

Zeex?-?Crashdetect.

Y_Less?-?YSI, sscanf.

maddinat0r - MySQL, helped me with an issue in house system.

Slice - strlib, formatex.



Job Commands

  • Hitman


    • /hitlist

    • /track

    • /placehit (civilians, not for hitman class)


  • Rapist
    • /rape


  • Drug Dealer
    • /plantweed

    • /harvestweed

    • /sellweed

    • /buyweed (civilians, not for drug dealer)


  • Weapon Dealer
    • /sellgun

    • /acceptgun (civilians, not for weapon dealer)

    • /sellarmour

    • /acceptarmour (civilians, not for weapon dealer)


  • Terrorist
    • /plantc4?

    • /detonate (TODO: Detonate with LMB instead of a command.)


  • Mechanic
    • /mechfix





Database Structure



* implemented

* not implemented



PARENT
  • accounts *

CHILDREN
  • account_stats?*

  • attachment *

  • vip_player?*

vehicle_players?*
  • vehicle_components?*

item_players?*
  • item_type?*

skills_players?*
  • skills_type?*

house_players?*
  • house_interiors?*

  • house_furnitures?*

gangs?*
  • gang_players?*

  • gang_zones?*




Get involved with the developement!

Source: Link



Feel free to suggest below!


  GTA:SA NPCs
Posted by: Dev86 - 2019-05-08, 11:14 AM - Forum: Questions and Suggestions - Replies (1)

NPCs from singleplayer, it would be a nice addition and most servers would use for the server not to be that quiet.

Like make it toggleable, because not all servers would use it, and would be nice if the toggle is seen in the server.cfg file


Question Discord Command
Posted by: Gravityfalls - 2019-05-08, 08:44 AM - Forum: Libraries - No Replies

https://github.com/AliLogic/discord-command



If you've any suggestion or anything - please go on the GitHub and make an issue or PR. sampctl supported!!! go use it now you morons.



Credits

AliLogic

JustMichael

Borkdoggo69

Maddinator

Yashas

Zeex



Thank you.


  [MUSIC] What are you listening to right now?
Posted by: Gravityfalls - 2019-05-08, 08:37 AM - Forum: General Discussions - Replies (10)

The rules are simple, you have to rate the song above and only English music strictly (so everyone can have something new in their playlist and understand what they are listening to)



-----------------------------------------------



https://www.youtube.com/watch?v=75GPsmB58sA


  progress2.inc
Posted by: mouiz - 2019-05-07, 12:27 PM - Forum: Pawn Scripting - Replies (2)

Does anyone have the download link? the one released by southclaws.


  mysql server problem
Posted by: Trox - 2019-05-06, 09:10 PM - Forum: Pawn Scripting - Replies (2)

yo guys . ive tried to make a lottery system in the past few hours but the problem is that i save the variable in mysql all ok. The thing is that i have to relog to see my money . Anyone knows how can i save it and at the same time have it *instantly* on the server?



CODE :



Code:
?for(new i, j = cache_get_row_count (); i < j; i) {

? ? ? ?cache_get_field_content(i, "name", szResult); format(name, 256, szResult);

? ? ? ?cache_get_field_content(i, "Money", moneyss);

? ? ? ?new money = strval(moneyss);

? ? ? ?x;

? ? ? ?new szQuery2[256];

? ? ? ?mysql_format(SQL, szQuery2, sizeof(szQuery2), "UPDATE `users` SET `Money`='%d' WHERE `name`='%s'", money, name);

? ? ? ?mysql_tquery(SQL,szQuery2, "", "");

? ? ?

? ? ? ?format(string, sizeof(string), "{FFFFFF}The winner is: {FF0000}%s", name);

? ? ? ?MsjL(COLOR_WHITE, string);

? ?}



*i dont receive any error the only problem is that i have to relog to have my money


  Design community VK
Posted by: YardaLa - 2019-05-06, 07:51 PM - Forum: Art - Replies (8)

[Image: eD2mwRe.jpg]







Rate on a 10 point scale.


  ?Es posible?
Posted by: Chaff - 2019-05-06, 12:54 PM - Forum: Programación - Replies (7)

?Detectar cuando un jugador en veh?culo choque a otro jugador en veh?culo? ?Y c?mo lo ser?a en ese caso?