| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 8,102
» Latest member: frogfoot
» Forum threads: 2,445
» Forum posts: 12,464
Full Statistics
|
| Online Users |
There are currently 508 online users. » 0 Member(s) | 505 Guest(s) Bing, Yandex, Google
|
| Latest Threads |
Help me find a current ar...
Forum: Tech
Last Post: KOZYR
Yesterday, 03:53 PM
» Replies: 0
» Views: 31
|
Czy SA:MP RP jeszcze żyje...
Forum: Ogólne
Last Post: Sztakier
Yesterday, 09:11 AM
» Replies: 0
» Views: 37
|
Donald Trump wars every c...
Forum: Life
Last Post: NoxxeR
2026-04-23, 08:04 PM
» Replies: 0
» Views: 38
|
Grow Your Book with Influ...
Forum: General Discussions
Last Post: Bestsellerllc
2026-04-23, 05:25 PM
» Replies: 0
» Views: 36
|
sterhdf
Forum: Pawn Scripting
Last Post: wolvam
2026-04-23, 03:45 AM
» Replies: 0
» Views: 50
|
yytiktyi
Forum: Support
Last Post: wolvam
2026-04-23, 03:43 AM
» Replies: 0
» Views: 41
|
hrreyeru
Forum: Questions and Suggestions
Last Post: wolvam
2026-04-23, 03:42 AM
» Replies: 0
» Views: 60
|
Ajuda com salvamento nao ...
Forum: Portuguese/Português
Last Post: zGu1Zin_
2026-04-22, 10:05 PM
» Replies: 0
» Views: 49
|
PawnPro 3.0 — Extensão VS...
Forum: Portuguese/Português
Last Post: NullSablex
2026-04-19, 10:58 AM
» Replies: 0
» Views: 69
|
Harmony Maps
Forum: Maps
Last Post: Harmony
2026-04-19, 09:36 AM
» Replies: 0
» Views: 86
|
|
|
| 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
|
|
|
|
| ?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?
|
|
|
|
|