Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 242 online users. » 0 Member(s) | 240 Guest(s) Bing, Google
|
Latest Threads |
Liberty City map
Forum: Pawn Scripting
Last Post: ziyadprogamer
2025-06-28, 04:55 PM
» Replies: 2
» Views: 2,126
|
GameText styles in open.m...
Forum: Pawn Scripting
Last Post: Miki
2025-06-28, 01:25 PM
» Replies: 1
» Views: 40
|
Very Basic SAMP UCP
Forum: Videos and Screenshots
Last Post: bullyalina
2025-06-28, 12:43 PM
» Replies: 49
» Views: 12,846
|
Script[gamemodes/gamemode...
Forum: Pawn Scripting
Last Post: Miki
2025-06-27, 05:08 PM
» Replies: 1
» Views: 425
|
Want to edit my profile n...
Forum: Chat
Last Post: Hera.
2025-06-26, 08:41 PM
» Replies: 1
» Views: 544
|
Farsi
Forum: Other
Last Post: acc.gangbeni
2025-06-25, 08:21 AM
» Replies: 2
» Views: 3,060
|
Las Venturas Gang Wars - ...
Forum: Advertisements
Last Post: lvgwgta
2025-06-22, 06:47 PM
» Replies: 0
» Views: 51
|
[Request] Linko Gaming Ro...
Forum: General Discussions
Last Post: JamesC
2025-06-20, 07:34 PM
» Replies: 0
» Views: 65
|
RevolutionX DM/Stunt/Race...
Forum: Advertisements
Last Post: DerekZ905
2025-06-18, 03:12 PM
» Replies: 0
» Views: 87
|
samp-cef
Forum: Questions and Suggestions
Last Post: jamespssamp
2025-06-18, 11:36 AM
» Replies: 0
» Views: 70
|
|
|
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.
|
|
|
|