Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 835 online users. » 0 Member(s) | 833 Guest(s) Bing, Google
|
Latest Threads |
Adding new vehicles and s...
Forum: Programming
Last Post: __.A.__
Yesterday, 07:47 PM
» Replies: 0
» Views: 40
|
Zona América del Sur Free...
Forum: Advertisements
Last Post: kevinberriosflores
Yesterday, 02:16 PM
» Replies: 1
» Views: 67
|
Busco copia de gamemode S...
Forum: Spanish/Espa?ol
Last Post: briancristaldo2021
2025-09-11, 11:14 AM
» Replies: 0
» Views: 54
|
[Tutorial] Registrando o ...
Forum: Portuguese/Portugu?s
Last Post: Crazy_ArKzX
2025-09-09, 08:36 PM
» Replies: 0
» Views: 194
|
San Andreas Police Pursui...
Forum: Advertisements
Last Post: BriBri
2025-09-08, 10:09 PM
» Replies: 1
» Views: 277
|
Problem with plugins load...
Forum: Support
Last Post: MrKacu13
2025-09-08, 07:15 PM
» Replies: 9
» Views: 333
|
Compilation error
Forum: Pawn Scripting
Last Post: MrKacu13
2025-09-07, 07:18 AM
» Replies: 6
» Views: 335
|
Need help, problem when i...
Forum: Programming
Last Post: nonickowned
2025-09-06, 06:21 PM
» Replies: 0
» Views: 139
|
Transfer server from SAMP...
Forum: Support
Last Post: MrKacu13
2025-09-06, 04:03 PM
» Replies: 1
» Views: 231
|
Not relevant anymore
Forum: Questions and Suggestions
Last Post: peti
2025-09-05, 02:00 PM
» Replies: 0
» Views: 192
|
|
|
Sun City Roleplay - Drift, Mystery, and Intrigue in a Japanese Adventure! |
Posted by: yassinwasaround - 2023-08-07, 04:07 PM - Forum: Advertisements
- No Replies
|
 |
Ignite your passion for drifting and showcase your skills as you tear through scenic mountain passes and weave through the bustling city streets. Sun City Roleplay offers an English text-based heavy roleplay server
Immerse yourself in a vast and meticulously crafted world[/color][/b] where the art of drifting seamlessly intertwines with the shadows cast by the Yakuza organizations. Dive deep into the intricate plots, political machinations, and clandestine dealings of powerful Yakuza factions. Forge alliances, navigate betrayals, and rise through the ranks to claim your place as a formidable force in the criminal underworld.
If you seek the pursuit of justice and order, join the prestigious ranks of Law Enforcement (LOA) factions. Engage in meticulous investigations, daring operations, and intense standoffs with the Yakuza. The fate of Sun City rests in your hands as you uphold the law and protect the innocent from the ever-looming threat of organized crime.
📜 At Sun City Roleplay, we prioritize heavy-roleplay and storytelling. Our community of passionate roleplayers creates dynamic and intricate narratives that will captivate your imagination and keep you on the edge of your seat.
Join our newly established server and become part of a mature and dedicated community of heavy-roleplayers[/color][/b]. Whether you're a seasoned roleplaying veteran or a newcomer seeking to dive deep into immersive storytelling, we welcome you with open arms.
Enough reading, it's time to step into the world of Sun City and shape your destiny!
HostName: [EN][03DL] Sun City Roleplay
Address: TBA.
⛓ Join our Discord: https://discord.gg/CMjmqyKKkk
Need any help? Contact howabouthatt in Discord.
Need more? Here are some screenshots!
![[Image: sa-mp-061.png?width=760&height=427]](https://media.discordapp.net/attachments/1138006437507907626/1138006438489358346/sa-mp-061.png?width=760&height=427)
![[Image: sa-mp-009.png?width=760&height=427]](https://media.discordapp.net/attachments/1138006437507907626/1138006449134518332/sa-mp-009.png?width=760&height=427)
![[Image: sa-mp-010.png?width=760&height=427]](https://media.discordapp.net/attachments/1138006437507907626/1138006449939816548/sa-mp-010.png?width=760&height=427)
![[Image: sa-mp-018.png?width=760&height=427]](https://media.discordapp.net/attachments/1138006437507907626/1138006451785310269/sa-mp-018.png?width=760&height=427)
![[Image: sa-mp-015.png?width=760&height=427]](https://media.discordapp.net/attachments/1138006437507907626/1138006451110035536/sa-mp-015.png?width=760&height=427)
![[Image: sa-mp-014.png?width=760&height=427]](https://media.discordapp.net/attachments/1138006437507907626/1138007525254516756/sa-mp-014.png?width=760&height=427)
![[Image: sa-mp-026.png?width=760&height=427]](https://media.discordapp.net/attachments/1138006437507907626/1138007524797317140/sa-mp-026.png?width=760&height=427)
|
|
|
SAMP | Comedy Club Interior |
Posted by: mirsat24 - 2023-07-30, 07:41 PM - Forum: Videos and Screenshots
- No Replies
|
 |
Comedy Club
You see the Comedy Club map with its unique decoration. The map provides a different role opportunity for those who do business roles. It is designed for players to have a pleasant time.
You can DM me from Discord : mirsat24
Whats in the Comedy Club
- There is a "Lobby" and "Reception" at the entrance of the Comedy Club.
- When you leave the lobby, a large hall welcomes you. To the right of the hall there is a Bar that people can use.
- For those who work at the bar, it is done through the door in the lobby at the entrance.
- There is a dressing room for extra employees.
- There are tables and chairs in the hall for you to watch the show overlooking the stage.
- The doors on the side are used to enter the stage.
- On the way to the stage there is a small preparation room for the preparation of comedians.
Video of the Map
[Video: https://youtu.be/wtgyg6zhX7c]
|
|
|
I need help with Assembly (#emit or __emit) |
Posted by: Otakeiro - 2023-07-26, 09:29 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
I want to make a simple hook through the #emit
PHP Code: native CallLocalFunction(const funcname[], const format[], {Float,_}:...); native printf(const output[], {Float,_}:...);
stock __CallLocalFunction(const funcname[], const format[], {Float,_}:...) { static retval; if(funcidx(funcname) == -1) { retval = 0; printf("Function not defined: %s.\n", funcname); } else { if(numargs() == 2) { retval = CallLocalFunction(funcname, format); } else { // "emit" code to call function with args and return value to "retval" } } return retval; }
I've tried using codes like SendClientMessageEx or EasyDialog, but I need it to return the value
If possible comment the code so I can study it
|
|
|
Error 010: invalid funciton or declaration |
Posted by: DDRfx10 - 2023-07-23, 10:43 AM - Forum: General Discussions
- Replies (1)
|
 |
Hello, I've been trying to make a gamemode for SA-MP, and in a command for giving yourself a weapon "/weapon" I get the 010 error. No matter what I do, nothing fixes it.
Log:
D:\SAMPSERVER\gamemodes\COI.pwn(245) : error 055: start of function body without function header
D:\SAMPSERVER\gamemodes\COI.pwn(248) : error 010: invalid function or declaration
D:\SAMPSERVER\gamemodes\COI.pwn(249) : error 010: invalid function or declaration
D:\SAMPSERVER\gamemodes\COI.pwn(250) : error 010: invalid function or declaration
D:\SAMPSERVER\gamemodes\COI.pwn(252) : warning 203: symbol is never used: "ammo"
D:\SAMPSERVER\gamemodes\COI.pwn(252) : warning 203: symbol is never used: "weaponid"
Pawn compiler 3.10.4 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Part of the code which Pawno is referring to:
244: CMD:weapon(playerid, params[]);
245: {
246: new weaponid, ammo;
247:
248: if(sscanf(params, "ii", weaponid, ammo))
249: return ClientMSG(playerid, COL_SUNYELLOW, "Usage: /weapon [ID] [AMMO]
250: return 1;
251: }
I was making the command, so that's why it looks incomplete.
Can someone help me with this?
|
|
|
YSI - Core include error |
Posted by: deks1337 - 2023-07-19, 03:32 PM - Forum: Support
- No Replies
|
 |
Hello brothers. I'm having this problem in my game mode, can you help?
Code: Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
..\pawno\include\core.inc(12) : error 010: invalid function or declaration
..\pawno\include\YSI\YSI\..\YSI_Core\..\YSI_Core\..\YSI_Internal\y_funcinc.inc(82) : error 017: undefined symbol "heapspace"
2 Errors.
|
|
|
Venezuela Roleplay - Multicharacter system |
Posted by: kaizer - 2023-07-16, 08:12 AM - Forum: Videos and Screenshots
- Replies (1)
|
 |
📢 What can you expect this summer?
One of the new features coming this summer is the Multi character system, which means you will be able to have 2 characters on the server, for example, one can be a police officer while the other can be in the mafia.
Additionally, there will be a third slot available for donation.
After implementing this system, we will make an effort to allow you to have multiple vehicles in possession.
For example, on one character, you can have 2 vehicles, and the third slot will likely be available through donation.
Soon the Venezuela roleplay mod should be launched and translated into English and Spanish after which you can expect the server to be available to everyone worldwide.
|
|
|
NFS :: New Freeroam Stunt |
Posted by: aseng - 2023-07-09, 06:50 AM - Forum: Advertisements
- No Replies
|
 |
Server IP: 103.216.188.123:7777
Introduction - NFS is SA-MP server based off stunt/race and freeroam, we also offer alot a range of other things, including DM and CnR, we try our best to offer our players the best gaming experience in SA-MP, Our script and maps are getting updated often, so who says San Andreas gets old? Join our awesome community, get started by registering on our discord!
Features - Range of stunts, amazing maps created by our players.
- Cops and Robbers minigame (/cnr)
- Private vehicle ownership.
- Advanced housing system, access all house features via /housemenu.
- Advanced racing system.
- Advanced dueling system, with player spectating.
- Events including derby events on a daily basis!
- Advanced Anti-Cheat system. Over 50 cheaters banned a day!
- Advanced challenges with epic rewards!
- Advanced IRC system, everything on the server is displayed over IRC
- Events including derby events on a daily basis!
- Range of awesome deathmatches, including TDM.
- Achievement system with special prizes!
- Bunch of awesome minigames, including Demolition Derby and Fallout!
- Advanced Group system with many features.
- Advanced MySQL system, all your data including personal settings are saved in our database!
- Friendly user interface, you can access everything via the /help command.
- Toy system - attach a range of permanent objects to your character!
- Banking system. All your score and money are server-sided and accounted for!
- Special bonus commands and features for VIP
and much more!
Info
Server IP: 103.216.188.123:7777
IRC
Channel: #sa-nfs.echo
Network: irc.sa-irc.com
The server is never empty, so you'll always have someone to play with! Join the awesome community today!
|
|
|
|