| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 309 online users. » 0 Member(s) | 306 Guest(s) Bing, Google, Baidu
|
| Latest Threads |
Vice WRLD Freeroam/RP
Forum: Advertisements
Last Post: pdjumailiev
Yesterday, 11:30 AM
» Replies: 0
» Views: 38
|
Wanting to Start a RP Ser...
Forum: Chat
Last Post: Wein
Yesterday, 09:07 AM
» Replies: 1
» Views: 172
|
Help me for creating a fr...
Forum: General Discussions
Last Post: [Rs]VeNoM
2025-11-23, 07:33 AM
» Replies: 0
» Views: 22
|
The server didn't respond...
Forum: Support
Last Post: richboY
2025-11-22, 10:51 AM
» Replies: 0
» Views: 34
|
error when joining server
Forum: Support
Last Post: sanved2008
2025-11-22, 09:02 AM
» Replies: 0
» Views: 29
|
Client issue with object
Forum: Support
Last Post: TheDoctor
2025-11-15, 08:00 PM
» Replies: 0
» Views: 95
|
San Andreas Police Pursui...
Forum: Advertisements
Last Post: BriBri
2025-11-15, 12:06 AM
» Replies: 0
» Views: 118
|
[Include] OpenGate (Abrir...
Forum: Portuguese/Portugu?s
Last Post: Crazy_ArKzX
2025-11-13, 06:49 PM
» Replies: 0
» Views: 89
|
OpenGate (Open Proximity ...
Forum: Libraries
Last Post: Crazy_ArKzX
2025-11-13, 06:46 PM
» Replies: 0
» Views: 117
|
LS City Hall
Forum: Maps
Last Post: cosminupgaming
2025-11-12, 04:22 PM
» Replies: 3
» Views: 2,740
|
|
|
| New Age Roleplay |
|
Posted by: N0FeaR - 2023-11-16, 09:12 PM - Forum: Gamemodes
- Replies (4)
|
 |
Hello, I've decided to release this gamemode. It's a basic roleplay created from scratch. Please remember that this gamemode was developed back in 2016, so there's no need to comment that it's not based on MySQL, and similar aspects. Before judging this script, please test it. Be aware that there might be a few bugs. If you find any, please comment in the section below, and I will fix them as soon as possible.
Admin CMD
Code: Moderator: /slap, /unfreeze, /freeze, /kick /setvw /setinterior /adminname
Moderator: /kick /ajail /unjail /mute /unmute
Junior Admin: /ban, /unbanip, /offlineban, /unban
Senior Admin: /setstat, /gmx, /doorname, /editdoor, /createdoor, /edithouse, /createhouse
Senior Admin: /createbiz /editbiz /houseadress /bizname /veh /savedata
/setstat /makeleader /auncuff /veh /forcepayday
Faction Moderator: /makeleader, /afactionrankname, /afactionname, /afactioninfo
Player CMD
Code: General CMD: /enter /exit /house /bizz /accept /vehicle
General CMD: /admins /stats /changepass /walkstyle
General CMD: /tapwater /lights /rapsheet /vehmenu /phone
General CMD: /trunk /putgun /takegun /pickupitem /quitfaction /hud
LSPD CMD: /locker /tazer /cuff /uncuff /r(adio) /flash
LSPD CMD: /crb /rrb /rrball
Job CMD: /delivernp /stopdelivering
Job CMD: /deliverpizza
Job CMD: /collecttrash /leavetrash /mytrash /loadtrash /droptrash
Job CMD: /fare /duty /spawntaxi
Features
Code: Dynamic Door system
Dynamic House system
Dynamic Business
Dynamic Faction system
Fully functioning vehicle system/dealership
there are 4 jobs
Pizza job
Garbage man
News paperboy
Taxi
Click here to download
|
|
|
|
| Windows virus recognizion |
|
Posted by: Sergej10racer - 2023-11-14, 10:00 PM - Forum: Support
- No Replies
|
 |
Hello,
I have recently obtained GTA San Andreas and decided to get SAMP.
So I did, and when I started up samp, Windows decided to think that it's a virus (I'll attach a pic to this)
|
|
|
|
| Help Message all no working |
|
Posted by: nbx2000 - 2023-11-14, 05:22 PM - Forum: Pawn Scripting
- Replies (2)
|
 |
Hello, can you help me with the message system in non-random order, it doesn't work well, it doesn't respect the time between texts.
ptask AnunciosChat[50000]()
{
ServerInfo[AnuncioTexto] ++;
if(ServerInfo[AnuncioTexto] == 27) ServerInfo[AnuncioTexto] = 1;
switch(ServerInfo[AnuncioTexto])
{
case 1: SendClientMessageToAllEx(COLOR_ROJO, "[-]Derby "COL_BLANCO"test1");
case 2: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO""test2");
case 3: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test3");
case 4:
{
SendClientMessageToAllEx(-1, ""COL_AMARILLO"[-]CARRERA: "COL_BLANCO"Se ha inciado (Modo Carrera)"(/carreras)");
lrace = 1;
}
case 5:
{
SendClientMessageToAllEx(-1, ""COL_ROJO"[-]CARRERA: "COL_BLANCO"Se ha Cerrado");
lrace = 0;
}
case 6: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test4");
case 7: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test5.");
}
return 1;
}
|
|
|
|
| A bunch of warnings and errors |
|
Posted by: Jak - 2023-11-13, 05:43 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi. I just discovered open.mp and decided to give it a try with my old SA-MP gamemode. I managed to run the server just fine, but compiling the script causes some warnings and errors that just lead me nowhere.
What I have done:
Replaced #include <a_samp> with #include <open.mp>
Replaced #include <YSI\y_ini> with #include <YSI_Storage\y_ini>
downloaded the latest YSI library and pasted its content under include directory
Rest of the code is pretty much untouched
I am getting a these warnings and errors:
PHP Code: warning 214: possibly a "const" array argument was intended: "user" warning 239: literal array/string passed to a non-const parameter (a LOT of these) warning 234: function is deprecated (symbol "GetServerVarAsInt") Use `GetConsoleVarAsInt`. warning 213: tag mismatch: expected tag "bool", but found none ("_") warning 213: tag mismatch: expected tag "t_WEAPON", but found none ("_") warning 234: function is deprecated (symbol "TextDrawBackgroundColor") Use `TextDrawBackgroundColour`
I was under the impression that old SA-MP scripts were supported as-is. Could anyone point me in the right direction?
Thanks.
|
|
|
|
| Fixes.inc Run Time Error 19: |
|
Posted by: DomOfficial - 2023-11-03, 06:52 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi everyone, since inserting fixes.inc I have the problem that I get the error "Run time error 19: "File or function is not found"" when starting the server. All plugins are the most up-to-date and run without errors or warnings in the mod.
|
|
|
|
|