| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 193 online users. » 0 Member(s) | 190 Guest(s) Google, Baidu, Bing
|
| Latest Threads |
🌄Project: Country Side (B...
Forum: Advertisements
Last Post: DevonH
11 hours ago
» Replies: 2
» Views: 439
|
Adding new vehicles and s...
Forum: Support
Last Post: roseblack
Yesterday, 01:57 AM
» Replies: 3
» Views: 842
|
MiniGame [Dropper] SA-MP
Forum: Videos and Screenshots
Last Post: Crazy_ArKzX
2025-11-07, 12:20 PM
» Replies: 0
» Views: 28
|
How to Complete “Keeping ...
Forum: Questions and Suggestions
Last Post: rodeon
2025-11-06, 07:26 AM
» Replies: 0
» Views: 52
|
Ultimate Roleplay!!
Forum: Advertisements
Last Post: URP_Wrzosek
2025-11-03, 09:43 AM
» Replies: 2
» Views: 113
|
samp openmp scripts
Forum: German/Deutsch
Last Post: pauli
2025-11-01, 01:21 AM
» Replies: 0
» Views: 88
|
YGG-Reborn
Forum: Advertisements
Last Post: Mw10
2025-10-31, 08:12 AM
» Replies: 0
» Views: 82
|
[GameMode] Brasil Vida Id...
Forum: Portuguese/Portugu?s
Last Post: Brasil Vida Ideal
2025-10-31, 01:12 AM
» Replies: 0
» Views: 79
|
Grand Gang War (GGW)
Forum: Advertisements
Last Post: coladaciren
2025-10-30, 10:00 AM
» Replies: 0
» Views: 75
|
undefined symbol
Forum: Portuguese/Portugu?s
Last Post: leobradoks
2025-10-25, 08:58 PM
» Replies: 1
» Views: 1,640
|
|
|
| CULL zone, AUZO zone, water zone and ENEX markers manipulating? |
|
Posted by: Caledonite - 2019-05-08, 02:39 PM - Forum: Questions and Suggestions
- Replies (6)
|
 |
Self-explanatory thread.
I'm wondering if it would be actually possible to add, delete and edit CULL zones, same for ENEX markers (add and?edit/adjust ENEX mainly), water and AUZO zones?
For those, who do not know what are CULL zones, AUZO zones?and ENEX markers are:
CULL zone is a section in the IPL file, which creates zones with different behaviors, for example mirrors or fixed camera positions, also has ability to disable rain at some certain places etcetera.
AUZO is zone, where you can automatically make audio play loops or for certain time.
ENEX is yellow corona?markers that allow you to enter from one location to other. Maybe not really necessary in general, but would be still a good thing to have ability to adjust.
Water zone is self-explanatory.
|
|
|
|
| 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.
|
|
|
|
| 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
- 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
Database Structure
* implemented
* not implemented
PARENT
CHILDREN
- account_stats?*
- attachment *
- vip_player?*
vehicle_players?*
item_players?*
skills_players?*
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
|
|
|
|
| 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
|
|
|
|
|