Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 7,267
» Latest member: DGTian120
» Forum threads: 2,381
» Forum posts: 12,298
Full Statistics
|
Online Users |
There are currently 308 online users. » 0 Member(s) | 305 Guest(s) Bing, Google, Yandex
|
Latest Threads |
Tattoo and change clothes
Forum: Questions and Suggestions
Last Post: DGTian120
4 hours ago
» Replies: 3
» Views: 6,201
|
Open Mp Server resartint ...
Forum: Support
Last Post: passedthedemon
2025-07-13, 10:16 PM
» Replies: 0
» Views: 15
|
AntyCheat System [SA-MP/O...
Forum: Filterscripts
Last Post: 2PAC_
2025-07-12, 09:17 PM
» Replies: 7
» Views: 8,439
|
Iron Horizon Roleplay[v1....
Forum: Advertisements
Last Post: MikeNGRP
2025-07-11, 11:44 PM
» Replies: 0
» Views: 40
|
[MAP PACK] 5 NEW LS BUILD...
Forum: Videos and Screenshots
Last Post: Apollo4430
2025-07-11, 12:20 AM
» Replies: 1
» Views: 3,349
|
Open.mp / SAMP Query
Forum: Releases
Last Post: laex
2025-07-09, 04:07 AM
» Replies: 2
» Views: 135
|
some text appearing in my...
Forum: Support
Last Post: Sizy
2025-07-08, 07:33 AM
» Replies: 0
» Views: 40
|
Offensive-Core: TDM
Forum: Gamemodes
Last Post: NikitaFoxze
2025-07-08, 12:13 AM
» Replies: 3
» Views: 3,701
|
Second Generation Rolepla...
Forum: Advertisements
Last Post: JamesT
2025-07-06, 10:28 AM
» Replies: 0
» Views: 56
|
Servidor RPG profissões
Forum: Advertisements
Last Post: tcharlesmeurer
2025-07-05, 11:35 PM
» Replies: 0
» Views: 35
|
|
|
[Streamer] [Solved] Dynamic objects don't appear up close |
Posted by: Radical - 2021-05-30, 03:40 PM - Forum: Pawn Scripting
- Replies (2)
|
 |
https://pasteboard.co/K4j0DCO.png
https://pasteboard.co/K4j1oBD.png
Some of code objects:
Code: tmpobjid = CreateDynamicObject(19376, 666.860229, 2532.298583, -90.541076, 0.000000, 90.000000, 0.000000,-1, 13, -1, 300.0, 300.00);
SetDynamicObjectMaterial(tmpobjid, 0, 14387, "dr_gsnew", "la_flair1", 0x00000000);
tmpobjid = CreateDynamicObject(19376, 656.362854, 2541.928710, -90.541076, 0.000000, 90.000000, 0.000000,-1, 13, -1, 300.0, 300.00);
SetDynamicObjectMaterial(tmpobjid, 0, 14387, "dr_gsnew", "la_flair1", 0x00000000);
tmpobjid = CreateDynamicObject(19376, 656.361816, 2532.298339, -85.407066, 0.000000, 90.000000, 0.000000,-1, 13, -1, 300.0, 300.00);
SetDynamicObjectMaterial(tmpobjid, 0, 14708, "labig1int2", "ab_mottleGrey", 0x00000000);
tmpobjid = CreateDynamicObject(19377, 651.220458, 2541.876708, -90.456871, 0.000000, 0.000000, 0.000000,-1, 13, -1, 300.0, 300.00);
This problem is only in this map.
I don't know what the problem is.
EDIT:?https://www.burgershot.gg/showthread.php?tid=2065&pid=11339#pid11339
|
|
|
Mumbai Gaming Roleplay |
Posted by: Mr Sims - 2021-05-30, 06:55 AM - Forum: Gamemodes
- No Replies
|
 |
Felt like I might aswell release this.
This is a edited version of Old School Roleplay to an old managements requirements. He took full credit of the script so I will now release it under that fact.
The script contains;
MDC System
Land System
Furniture System
Custom Interiors
Dynamic Factions/Families.
MySQL to save all information
Near to none errors
I believe max level for admin is around 9999 or 99999. Unsure as I haven't touched the script within 2-3 months.
Download?<- If the download gets taken down, please DM me and I will reupload it!
|
|
|
Server is closing |
Posted by: robertjwx - 2021-05-29, 03:12 PM - Forum: Support
- Replies (5)
|
 |
I was using that samp server hosts (heavyhost) with 50 slots and my server never closes.
This week i paid a VPS put it online with 300 slots and now my server closes randomlly, the host still normal, only the samp03svr closes
What it can be?
The logs before crashes don't looks tell a lot:
Code: [21:09:33] [debug] #0 001c02b8 in public AtualizarRoubos () in SP.amx
[21:09:39] Kicking ***.***.**.** because they didn't logon to the game.
[21:10:05] [debug] Long callback execution detected (hang or performance issue)
[21:10:05] [debug] AMX backtrace:
[21:10:05] [debug] #0 001c15e0 in public DesaparecerWeaponDrop () in SP.amx
[21:17:37] [debug] Long callback execution detected (hang or performance issue)
[21:17:37] [debug] AMX backtrace:
[21:17:37] [debug] #0 001c0354 in public AtualizarRoubos () in SP.amx
But there isn't much about this funciton:
Code: #define MAX_BIZZ 5000
enum bizinfos
{
? ? bizzID,
? ? bizzName[30],
? ? bizzType,
? ? Float:bizzX,
? ? Float:bizzY,
? ? Float:bizzZ,
? ? bizzOWNER,
? ? bizzBank,
? ? bizzProducts
}
new BizzInfo[MAX_BIZZ][bizinfos];
public AtualizarRoubos() {
? ? // atualizar roubos
? ? for(new bizzid = 1; bizzid < sizeof(BizzInfo); bizzid) {
? ? ? ? BizzInfo[bizzid][rexaustedrobbery] -= 5;
? ? ? ? if(BizzInfo[bizzid][rexaustedrobbery] < 0) BizzInfo[bizzid][rexaustedrobbery] = 0;
? ? }
}
Something like this could close my server?
What should i do?
|
|
|
Set Objects To Virtual World |
Posted by: dondo - 2021-05-29, 11:44 AM - Forum: Pawn Scripting
- Replies (1)
|
 |
Dear community,
i think the question is clear. I want to set my 'spawn-ojects' to a virtual world so that you just see the objects when you select your skin.
Thanks!
|
|
|
[Ayuda] Damage System |
Posted by: icecoldkangaroo12 - 2021-05-29, 03:32 AM - Forum: Programaci?n
- Replies (7)
|
 |
Buenas comunidad.
Necesito ayuda respecto a un sistema de da?o?me refiero a un sistema de da?o infringido por armas
Me refiero -? fNecesito modificar el da?o que haga un arma en mi servidor pero lo quiero hacer sin utilizar includes o plugins que hagan este trabajo y aqu? voy a lo que lleve a crear este post, ?se pueden modificar el da?o de un arma sin utilizar por ejemplo <weapon-config>?
Ejemplo:? Necesito que el arma 'sawn-off' al jugador le quite -60 de vida por ejemplo o -50 o el valor que yo especifique, como llego a eso? hay alguna manera manual de hacerlo? si es as? necesito una respuesta y un ejemplo de como podria hacerlo porfavor :)?
NOTA - Estoy utilizando el callback OnPlayerTakeDamage(parameters)
Si me podrian dar una soluci?n o algunos ejemplos se los agradecer?a.
|
|
|
Help with Damage System |
Posted by: icecoldkangaroo12 - 2021-05-29, 01:16 AM - Forum: Pawn Scripting
- Replies (14)
|
 |
Dear Community
I wanna ask to you how can I make any damage system without using includes?
I mean if there is a possibility to make a different damage system, that a weapon will lower more life or that less life without using external plugins or includes?
Example - I need the sawn-off weapon to make -60 of damage?from the player who receives the shots, is that possible to do without using the above?
If you guys can guide/help me and show me some examples with code please
NOTE: I'm using the callback called OnPlayerTakeDamage(parameters) but i dont have anything of this?
|
|
|
|