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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,256
» Latest member: MertStruvink
» Forum threads: 2,379
» Forum posts: 12,293

Full Statistics

Online Users
There are currently 179 online users.
» 1 Member(s) | 173 Guest(s)
Bing, Google, Internet Archive, Yandex, Applebot, Undead

Latest Threads
Open.mp / SAMP Query
Forum: Releases
Last Post: laex
Today, 04:07 AM
» Replies: 2
» Views: 32
some text appearing in my...
Forum: Support
Last Post: Sizy
Yesterday, 07:33 AM
» Replies: 0
» Views: 11
Offensive-Core: TDM
Forum: Gamemodes
Last Post: NikitaFoxze
Yesterday, 12:13 AM
» Replies: 3
» Views: 3,646
Second Generation Rolepla...
Forum: Advertisements
Last Post: JamesT
2025-07-06, 10:28 AM
» Replies: 0
» Views: 33
Servidor RPG profissões
Forum: Advertisements
Last Post: tcharlesmeurer
2025-07-05, 11:35 PM
» Replies: 0
» Views: 27
EVO Anti-Cheat
Forum: Libraries
Last Post: Eduardo_AC
2025-07-05, 11:05 PM
» Replies: 2
» Views: 68
Developer for Hire – Syst...
Forum: Pawn Scripting
Last Post: ejtamovic
2025-07-04, 08:35 AM
» Replies: 0
» Views: 58
Liberty City map
Forum: Pawn Scripting
Last Post: ziyadprogamer
2025-06-28, 04:55 PM
» Replies: 2
» Views: 2,200
GameText styles in open.m...
Forum: Pawn Scripting
Last Post: Miki
2025-06-28, 01:25 PM
» Replies: 1
» Views: 69
Script[gamemodes/gamemode...
Forum: Pawn Scripting
Last Post: Miki
2025-06-27, 05:08 PM
» Replies: 1
» Views: 446

 
  GameParty DM
Posted by: GPCServ - 2024-03-11, 06:01 PM - Forum: Advertisements - No Replies

IP: 91.224.117.66:7777

The server has its own gamemod. Gamemod is optimized and can withstand over
500 players. The map has its own dynamic systems. Password house system,
estate system, gang system and the like. The best advantage of the map
is the EXP system, the more it, the higher the level, the higher the
level, the better the weapons. The map is updated daily, bugfixes and
additions are added to improve the GAME.

The server is one of the better servers.

The server has its own AntiCheat, its most important advantages:
- Anti WeaponCheat(A very advanced system).
- Anti MoneyCheat.
- Anti Jetpack.
- Anti AirBreak.

Funs:
/sh - The seeker looks for the hiders.
/vg - Gang wars.
/zv - Car races.
/aa - Minigun fight.
/os - One shot, one kill.
/sm - Pushing each other with monsters.
/dr - Pushing each other with cars.
/st - Shooting range
/ctf - Collecting flags

Objects:
/kulicky /baze /baze2 /armada /prace /sidliste1-8
/kart /stunt /party /kosikova /baze3
/kostel /vyskok /circuit /drift /speed /mustek
/ostrov /park /bahno /jeskyne /svatyne /building
/jeviste /nrg /island /bazen /chilliad /ves /plazels

Others:
/arena - Minigun fight
/onede - Battle on the Desert Eagle


  Help me with this cmd
Posted by: julees - 2024-03-10, 02:05 AM - Forum: Pawn Scripting - Replies (2)

Hi all! i hava problem to make this... 
I have this godcar system and a command to flat the wheels, I want that when the godcar is activated the wheels continue to flat when it self-repairs but can't get it to work

CMD:godcar(playerid, params[])
{
if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, COLOR_RED, "You need to be the driver!");
if(Active[playerid] == 1)
{
SendClientMessage(playerid, COLOR_RED, "Godcar already enabled!");
return 1;
}
TimeFix = SetTimerEx("Fix", 200, true, "i", playerid);
SendClientMessage(playerid, COLOR_WHITE, "Godcar enabled!");
Activado[playerid] =1;
return 1;
}


and this the cmd for the flat wheels

CMD:tires(playerid, params[])
{
if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, COLOR_RED, "You need to be the driver!");
{
new panels, doors, lights, tires;
new vehicleid = GetPlayerVehicleID(playerid);
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, 5);
}
return 1;
}

 
ty for help :D


  SA-MP Spells System
Posted by: itayuss - 2024-03-10, 01:03 AM - Forum: Programming - Replies (1)

[Video: https://www.dailymotion.com/video/k76JONbZ1HSnt1AbR22]

SA-MP Spells System by me


  SA-MP - Skill system
Posted by: itayuss - 2024-03-10, 12:50 AM - Forum: Programming - No Replies

[Video: https://www.dailymotion.com/video/k57wkZoRWV7EzvAaaOs]


Skill system by me


  SA-MP - Mystery box system
Posted by: itayuss - 2024-03-10, 12:48 AM - Forum: Programming - No Replies

[Video: https://www.dailymotion.com/video/k4qMRa83eSmpwoAaaNa]


Mystery Box System opening by me


  Handling.cfg
Posted by: SROmaRSallaKH - 2024-03-09, 06:31 PM - Forum: Support - No Replies

Hello, I have been facing this problem for a very long time, I am trying to modify handling.cfg by many ways and none of them work, I need to know why when I change values in handling.cfg nothing changes at all.


  SA-MP Server crashes
Posted by: LevanBedinashvili - 2024-03-08, 05:29 PM - Forum: Pawn Scripting - Replies (4)

Hello. 
I got low-rp server in georgia. I got 80-150 players every day but i run into this problem everyday for 5-6 times.
My server crashes due this error. 

[20:29:44] [debug] Server crashed while executing new.amx
[20:29:44] [debug] AMX backtrace:
[20:29:44] [debug] #0 00000072 in ?? (105, 99, 111, 100, 101, 32, 109, 97, 105, 110, ... <17 more arguments>) at D:\Genuine Project\pawno\include\float.inc:112
[20:29:44] [debug] #1 00000072 in main () at D:\Genuine Project\pawno\include\float.inc:112



I don't know what to do. Help me, i'm hopeless...

my discord ID: #LevanBedinashvili#3247


Sad SA-MP Server crash
Posted by: LevanBedinashvili - 2024-03-08, 04:36 PM - Forum: Programming - No Replies

Hello. 
I got low-rp server in georgia. I got 80-150 players every day but i run into this problem everyday for 5-6 times.
My server crashes due this error. 

[20:29:44] [debug] Server crashed while executing new.amx
[20:29:44] [debug] AMX backtrace:
[20:29:44] [debug] #0 00000072 in ?? (105, 99, 111, 100, 101, 32, 109, 97, 105, 110, ... <17 more arguments>) at D:\Genuine Project\pawno\include\float.inc:112
[20:29:44] [debug] #1 00000072 in main () at D:\Genuine Project\pawno\include\float.inc:112



I don't know what to do. Help me, i'm hopeless...

my discord ID: #LevanBedinashvili#3247


  Qawno
Posted by: N0FeaR - 2024-03-08, 09:47 AM - Forum: Support - No Replies

I accidentally removed compiler options in QAWNO, how do i reset it to default?


  Los Santos Gang War
Posted by: N0FeaR - 2024-03-07, 02:25 PM - Forum: Gamemodes - No Replies

Introducing a fundamental Team Deathmatch (TDM) script designed for SA-MP/OpenMP. Although its origins date back, I am eager to unveil it here. Crafted entirely from scratch, this script is a testament to my dedication. Furthermore, stay tuned as I have plans to enrich it with additional features in the near future.


Player Commands:

Code:
/stats, /shop, /kill, /report, /pm, /changeteam

/
Admin Commands:
Code:
/kick, /warn /sethealth, /setarmour, /fine /warn, /reportmute, /goto /gethere /ban, /unban, /givecash, /kick, /sethealth, /setarmour, /fine\n /warn, /reportmute, /makevip, /makeadmin, /resetstats /givecookie

VIP Commands:
Code:
/vc, /togvc

Version 1.0
https://github.com/N0-FeaR/Los-Santos-Gang-War