Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 216 online users. » 2 Member(s) | 212 Guest(s) Bing, Google, kmarco68, 2PAC_
|
Latest Threads |
AntyCheat System [SA-MP/O...
Forum: Filterscripts
Last Post: 2PAC_
4 minutes ago
» Replies: 7
» Views: 8,313
|
Iron Horizon Roleplay[v1....
Forum: Advertisements
Last Post: MikeNGRP
Yesterday, 11:44 PM
» Replies: 0
» Views: 14
|
[MAP PACK] 5 NEW LS BUILD...
Forum: Videos and Screenshots
Last Post: Apollo4430
Yesterday, 12:20 AM
» Replies: 1
» Views: 3,335
|
Open.mp / SAMP Query
Forum: Releases
Last Post: laex
2025-07-09, 04:07 AM
» Replies: 2
» Views: 109
|
some text appearing in my...
Forum: Support
Last Post: Sizy
2025-07-08, 07:33 AM
» Replies: 0
» Views: 34
|
Offensive-Core: TDM
Forum: Gamemodes
Last Post: NikitaFoxze
2025-07-08, 12:13 AM
» Replies: 3
» Views: 3,673
|
Second Generation Rolepla...
Forum: Advertisements
Last Post: JamesT
2025-07-06, 10:28 AM
» Replies: 0
» Views: 51
|
Servidor RPG profissões
Forum: Advertisements
Last Post: tcharlesmeurer
2025-07-05, 11:35 PM
» Replies: 0
» Views: 34
|
EVO Anti-Cheat
Forum: Libraries
Last Post: Eduardo_AC
2025-07-05, 11:05 PM
» Replies: 2
» Views: 109
|
Developer for Hire – Syst...
Forum: Pawn Scripting
Last Post: ejtamovic
2025-07-04, 08:35 AM
» Replies: 0
» Views: 72
|
|
|
Pacific Roleplay- 210.89.44.27:56234 |
Posted by: daltonoduor21 - 2024-10-26, 09:57 AM - Forum: Advertisements
- No Replies
|
 |
🌟 Join the Adventure at Pacific RP! 🌟
Dive into the vibrant world of **GTA San Andreas Multiplayer with Pacific RP! Immerse yourself in a thriving community where your story unfolds. Whether you want to be a law enforcement officer, a savvy entrepreneur, or just enjoy the open roads, there's a place for you here!
🔹 Custom Features: Unique jobs, engaging storylines, and exciting events!
🔹 Active Community: Join a friendly and welcoming player base.
🔹 Realistic Roleplay: Experience lifelike scenarios and dynamic interactions.
🚀 Ready to make your mark? Join us today and shape your destiny in Pacific rp!
Pacific RP – Your Roleplay Adventure Awaits! 🌊
👉 Connect now: https://discord.gg/ZJnzP7UCvf
@everyone is invited
|
|
|
Virtual Reality Roleplay |
Posted by: Emirto - 2024-10-23, 10:28 PM - Forum: Advertisements
- No Replies
|
 |
Welcome Virtual reality roleplay: Your real life behind your screen
Step into the vibrant world of San Andreas VR, where you can create your destiny in an immersive virtual reality experience! Whether you dream of running a successful business, climbing the ranks in government, or joining a fierce gang, your journey starts here!
What We Offer:
Ministries & Governance:
Join our dynamic government structure with ministries dedicated to health, education, transport, and more! Shape the future of San Andreas.
Gangs & Factions:
Align with powerful gangs and factions, engage in thrilling activities, and dominate the streets of San Andreas! Build your reputation and influence.
Businesses & Economy:
Own and operate businesses from small shops to large factories! Take advantage of our realistic economy, with opportunities for growth and success.
Housing & Bank Loans:
Purchase your dream home or secure a loan for your business. Experience a realistic property market that lets you build your empire.
Diverse Job Opportunities:
Explore various jobs, including:
Los Santos Transport
Miner
Mechanic
Garbage Man
Package Sorter
Courier
Education System:
Learn and grow in our comprehensive education system! Access training programs that enhance your skills and open new job opportunities.
We Are Hiring Admins!
Join our dedicated team of administrators to help shape the community, manage events, and enhance player experiences.
Join Us Today!
Your adventure in San Andreas awaits! Dive into a world filled with endless possibilities, make new friends, and experience the thrill of roleplay like never before!
Join our discord now : https://discord.gg/FrMvRGjAJj
Connect Now: [191.96.94.120:7777]
Don’t miss out on the action—be part of something extraordinary!
|
|
|
Los Santos Reloaded - Votre serveur français ! |
Posted by: aymanedevmail - 2024-10-22, 09:29 PM - Forum: French/Fran?ais
- No Replies
|
 |
Bienvenue sur notre post Los Santos Reloaded (version 0.3.DL) !
Nous sommes ravis de vous annoncer que notre serveur, doté d'un script à jour et ultra-intuitif, ouvrira ses portes dans les semaines à venir. Nous mettons un point d'honneur à offrir une expérience de jeu fluide, immersive et accessible à tous les joueurs.
Notre équipe de staff, très expérimentée et à l'écoute, est disponible pour répondre à vos questions et vous accompagner tout au long de votre aventure sur le serveur. Grâce à une communication active, nous restons en contact permanent avec la communauté, et chaque semaine, nous vous présenterons des avants goûts de scripts qui seront présent en jeu une fois le serveur ouvert à tous.
Nous sommes également ouverts aux suggestions et nous nous engageons à créer un environnement où vos idées peuvent contribuer à façonner l'avenir du serveur.
Rejoignez-nous et soyez prêts à vivre une expérience roleplay unique !
Nos réseaux :
Discord : https://discord.gg/Gx8vMfPj
Site web : http://lsreloaded.fr *(En développement)*
Et surtout, notre chaine YouTube ! : https://www.youtube.com/@lsreloadedgta
|
|
|
help with /payday command in samp |
Posted by: madryx - 2024-10-20, 09:58 AM - Forum: Pawn Scripting
- Replies (1)
|
 |
hi, i have a problem with the /payday command in my samp script. i have a function called PayDay that gives players their salary at fixed times, but i want to create a /payday command that allows admins to grant the salary manually.
i thought that if i call the function it might work or if i call ResetPD it might work, but i don't understand how it should be done. if someone can help me understand, i would appreciate it.
function ResetPD() {
Paydaydat = 0;
return 1;
}
function PayDay() {
new hour,minn,sec;
gettime(hour,minn,sec);
if(minn == 0 && Paydaydat == 0) {
SetTimer("ResetPD", 60000, false);
Paydaydat = 1;
new string[128];
new interest,account[MAX_PLAYERS];
new rent[MAX_PLAYERS];
SetTimer("ScadeLicentele", 4000, false);
foreach(Player,i) {
if(IsPlayerConnected(i) && IsPlayerLogged[i] == 1) {
// Verifică limita de gift points
if(PlayerInfo[i][pGiftpuncte] >= 200) {
SendClientMessage(i, COLOR_RED, "ERROR: Ai atins limita de 200 gift points. Nu mai poți primi gift points.");
} else {
// Adaugă 50 gift points la payday
PlayerInfo[i][pGiftpuncte] += 50;
new giftMsg[128];
format(giftMsg, sizeof(giftMsg), "Ai primit 50 gift points la payday.");
SendClientMessage(i, COLOR_GREEN, giftMsg);
}
new key = PlayerInfo[i][pHouse];
if(key != 999) {
rent[i] = HouseInfo[key][hRent];
HouseInfo[key][hTakings] += rent[i];
}
new tmpintrate;
SendClientMessage(i, COLOR_SERVER, "------------------------------------------------------------------------------------------------");
if(PlayerInfo[i][pPremiumAccount] == 1) {
tmpintrate = 2;
PlayerInfo[i][pPayDayHad] += 1;
if(PlayerInfo[i][pPayDayHad] >= 5) {
PlayerInfo[i][pExp]++;
PlayerInfo[i][pPayDayHad] = 0;
}
new bonus = PlayerInfo[i][pPayCheck] / 2;
PlayerInfo[i][pPayCheck] += bonus;
} else {
tmpintrate = 1;
}
account[i] = PlayerInfo[i][pAccount];
Tax += TaxValue;
new checks = PlayerInfo[i][pLevel] * 2500 + random(3000);
if(PlayerInfo[i][pDailyLogin] == 0) checks = checks * 2;
GivePlayerCash(i, checks);
interest = (PlayerInfo[i][pAccount] / 5000) * (tmpintrate);
if(PlayerInfo[i][pDailyLogin] == 0) interest = interest * 2;
if(PlayerInfo[i][pDailyLogin] == 0) PlayerInfo[i][pExp] += 2;
else PlayerInfo[i][pExp] += 1;
UpdateProgress(i, 0);
PlayerInfo[i][pAccount] += interest + 1000;
SCM(i, COLOR_WHITE, "Salariul tau a sosit! Viziteaza banca pentru a retrage banii.");
format(string, sizeof(string), "Ai primit %0.2f ore jucate. (%.0f minute)", PlayerInfo[i][pSeconds] / 3600, PlayerInfo[i][pSeconds] / 60);
SendClientMessage(i, COLOR_WHITE, string);
PlayerInfo[i][pConnectTime] += PlayerInfo[i][pSeconds] / 3600;
if(PlayerInfo[i][pSeconds] >= 1800) {
new query[180];
format(query, sizeof(query), "UPDATE `users` SET `DayHours`=`DayHours`+1 WHERE `ID`='%d'", PlayerInfo[i][pSQLID]);
mysql_query(SQL, query);
format(query, sizeof(query), "UPDATE `users` SET `HoursMonth`=`HoursMonth`+1 WHERE `ID`='%d'", PlayerInfo[i][pSQLID]);
mysql_query(SQL, query);
}
PlayerInfo[i][pSeconds] = 0;
if(PlayerInfo[i][pDailyLogin] == 0) {
PlayerInfo[i][pDailyLogin] = 1;
UpdateVar(i, "DailyLogin", 1);
SCM(i, COLOR_LIGHTBLUE, "Ai primit de doua ori mai multe respect points si bani pentru primul tau payday de astazi.");
}
if(PlayerInfo[i][pHouse] != 999) {
format(string, sizeof(string), "Paycheck: $%s | Tax: -$%d | Rent: -$%d | Old Balance: $%s", FormatNumber(checks), FormatNumber(TaxValue), HouseInfo[PlayerInfo[i][pHouse]][hRent], FormatNumber(account[i]));
SendClientMessage(i, COLOR_GREY, string);
format(string, sizeof(string), "Interest rate: 0.%d% | Interest: $%s | New balance: $%s", tmpintrate, FormatNumber(interest), FormatNumber(PlayerInfo[i][pAccount]));
SendClientMessage(i, COLOR_GREY, string);
} else {
format(string, sizeof(string), "Paycheck: $%s | Tax: -$%d | Rent: -$0 | Old Balance: $%s", FormatNumber(checks), FormatNumber(TaxValue), FormatNumber(account[i]));
SendClientMessage(i, COLOR_GREY, string);
format(string, sizeof(string), "Interest rate: 0.%d% | Interest: $%s | New balance: $%s", tmpintrate, FormatNumber(interest), FormatNumber(PlayerInfo[i][pAccount]));
SendClientMessage(i, COLOR_GREY, string);
}
PlayerInfo[i][pPayDay] = 0;
PlayerInfo[i][pPayCheck] = 0;
SendClientMessage(i, COLOR_SERVER, "------------------------------------------------------------------------------------------------");
}
}
if(hour == 21) {
new gold = 1 + random(10);
new money = 10000 + random(5000);
for(new h = 0; h < MAX_CLANS; h++) {
if(strlen(ClanInfo[h][clName]) != 0) {
if(GetClanTurfs(h) >= 10) {
foreach(Player, i) {
if(PlayerInfo[i][pClan] == h && h != 0) {
PlayerInfo[i][pPremiumPoints] += gold;
Update(i, pPremiumPointsx);
GivePlayerCash(i, money);
format(string, sizeof(string), "Ai primit %d puncte premium si $%s deoarece clanul tau are peste 10 teriotrii.", gold, FormatNumber(money));
SCM(i, COLOR_MONEY, string);
}
}
}
}
}
}
if(RestartPayday == 1) {
SendClientMessageToAll(COLOR_CLIENT, "Server-ul a fost restartat! Va rugam sa reveniti.");
GameModeExit();
}
}
return 1;
}
This is the payday and RESETPD system.
and here is what i tried to do
CMD:payday(playerid) {
if (PlayerInfo[playerid][pAdmin] < 6) {
return SendClientMessage(playerid, COLOR_RED, "Nu ai permisiuni pentru a folosi aceasta comanda.");
}
Paydaydat = 0;
SendClientMessage(playerid, COLOR_GREEN, "Payday a fost acordat cu succes.");
return 1;
}
|
|
|
Indian city role play need new player this is new server |
Posted by: Yuvraj gamer - 2024-10-15, 04:30 AM - Forum: Advertisements
- No Replies
|
 |
__# INDIAN CITY ROLEPLAY__
**__Owner__**- < @yuvraj_gamer444
**__Co-Owner__**- < @Agent_Epic
**__FACTIONS__**
# Engage in faction jobs with different rules and ways of operation:
- PD (Police Department)
- EMS (Emergency Medical Services)
- MECH (Mechanics)
- TACO SHOP
- NEWS REPORTER
- TELECOM SERVICES
- GOVERNMENT
__**JOBS**__
# Experience a variety of unique side jobs:
- TRUCKER
- FARMERS
- FISHING
- PIZZAMAN
- MINER
- SWEEPER
- BODYGUARD
- TAXI DRIVER
- DRUG DEALER
- LAWYER
- THIEF
__** GANGS**__
__** ADMINS**__
# Our friendly and helpful admins are available 24/7 for support. Feel free to ask anything.
__FEATURES__
- We strive for a no-vanmam (no vendetta) roleplay.
- Offering a different and unique experience on SAMP.
- Enjoy a truly immersive roleplay environment
- No partiality between admins and civilians
__ || @everyone || __
# Join Now:
https:https://discord.gg/Q9hxSyXN5m
|
|
|
SteelCityRP [SC-RP] |
Posted by: pcg362070 - 2024-10-14, 10:27 PM - Forum: Advertisements
- Replies (1)
|
 |
Trying to find some players for my SA-MP server. Currently my SA-MP server have basic stuffs like factions, registration/login, gangs etc but I am working on more systems according to my current scripting knowledge, but I want to assign some players as admins for server and also i want to get some suggestions for my SA-MP server. I have added new systems in SA-MP server like elevator system in car dealership, /spawnactor and /removeactor commands systems, /SendWaypoint and /TpToWaypoint command system etc, currently I only remember these systems, i have created more systems but now i don't remember.
I will update existing systems according to suggetions in future and also i will try to add new
You can see my progress in discord:
https://discord.gg/rzfR5Q2h
Languages: English/Hindi
|
|
|
[0.3-DL][v-santos.net] Virtual Santos |
Posted by: kakak - 2024-10-14, 09:18 PM - Forum: Serwery
- No Replies
|
 |
🌟 **Zapraszamy na V-Santos!** 🌟
Już 27 października rusza nasz nowy serwer Roleplay na platformie SAMP! Przeżyj niezapomniane przygody w zróżnicowanym świecie, pełnym emocjonujących wyzwań i niesamowitych postaci.
🔹 **Unikalny świat** - Odkrywaj wciągające lokacje i angażujące misje.
🔹 **Dynamiczna społeczność** - Dołącz do graczy, którzy tworzą historie!
🔹 **Różnorodne frakcje** - Wybierz swoją drogę - od gangów po służby porządkowe.
🔹 **Ciekawe wydarzenia** - Regularne eventy i konkursy z nagrodami!
Nie przegap okazji, by stać się częścią tej niesamowitej społeczności! Dołącz do discorda już teraz i dołącz do nas 27 października na V-Santos!
📅 **Data startu**: 27 października
✉️ **Śledź nas na mediach społecznościowych**: https://discord.gg/eJ4DV8bQye
Przygotuj się na prawdziwą przygodę! Czekamy na Ciebie!
|
|
|
Join Us Again on Our Revived SA-MP Server! |
Posted by: supersNL - 2024-10-14, 12:50 PM - Forum: Advertisements
- No Replies
|
 |
Hey everyone!
Back in 2015, we created a vibrant SA-MP server that became the heartbeat of our community. With a dedicated Facebook page that boasted around 400 likes and a passionate player base, we shared countless unforgettable moments together. Unfortunately, "life happened," and we had to close the doors on our beloved server and it's community.
Now, with the launch of the Open-MP community, we’re thrilled to announce the revival of our SA-MP server! 🎉 We’re excited to bring back the fun, nostalgia, and camaraderie that made our server special. Whether you’re a returning player eager to relive those epic moments or a newcomer ready for new adventures, we want you to be part of our journey!
Let’s come together to rebuild our community and create new memories. Your presence is what makes this server alive and vibrant, so whether you're a seasoned veteran or just curious about what we have to offer, we can’t wait to see you in-game!
Ready to jump back in? Join us now and help us bring the magic of SA-MP back to life!
See you on the server! 🚀
Oh and not to forget: We're in need of some admins/moderators. Please let me know if you're interested in a position.
Server IP: join.rubenbrandsma.nl
Regards,
supersNL aka Ruben
|
|
|
Problem with Open MP Launcher |
Posted by: Kennzor12 - 2024-10-13, 10:48 AM - Forum: Questions and Suggestions
- Replies (1)
|
 |
Hello!
I got a pretty annoying problem with the launcher,every time i reboot my PC it resets,i don't have the game path set,the servers and my nickname are gone and i need to put them back every time.Does someone know a fix for this,or is it a general problem?
Thank you
|
|
|
|