| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,726
» Latest member: ddanut016
» Forum threads: 2,360
» Forum posts: 12,308
Full Statistics
|
| Online Users |
There are currently 327 online users. » 0 Member(s) | 323 Guest(s) Yandex, Baidu, Bing, Google
|
| Latest Threads |
Vice WRLD Freeroam/RP
Forum: Advertisements
Last Post: pdjumailiev
2025-11-24, 11:30 AM
» Replies: 0
» Views: 52
|
Wanting to Start a RP Ser...
Forum: Chat
Last Post: Wein
2025-11-24, 09:07 AM
» Replies: 1
» Views: 190
|
Help me for creating a fr...
Forum: General Discussions
Last Post: [Rs]VeNoM
2025-11-23, 07:33 AM
» Replies: 0
» Views: 34
|
The server didn't respond...
Forum: Support
Last Post: richboY
2025-11-22, 10:51 AM
» Replies: 0
» Views: 44
|
error when joining server
Forum: Support
Last Post: sanved2008
2025-11-22, 09:02 AM
» Replies: 0
» Views: 53
|
Client issue with object
Forum: Support
Last Post: TheDoctor
2025-11-15, 08:00 PM
» Replies: 0
» Views: 110
|
San Andreas Police Pursui...
Forum: Advertisements
Last Post: BriBri
2025-11-15, 12:06 AM
» Replies: 0
» Views: 134
|
[Include] OpenGate (Abrir...
Forum: Portuguese/Portugu?s
Last Post: Crazy_ArKzX
2025-11-13, 06:49 PM
» Replies: 0
» Views: 103
|
OpenGate (Open Proximity ...
Forum: Libraries
Last Post: Crazy_ArKzX
2025-11-13, 06:46 PM
» Replies: 0
» Views: 134
|
LS City Hall
Forum: Maps
Last Post: cosminupgaming
2025-11-12, 04:22 PM
» Replies: 3
» Views: 2,763
|
|
|
| Dark theme |
|
Posted by: DowDaw - 2020-10-11, 07:23 PM - Forum: Chat
- Replies (3)
|
 |
Hey, title of the topic says everything basically to add "Dark" theme on forums if possible please :)
|
|
|
|
| UTF-8 |
|
Posted by: Juvanii - 2020-10-11, 01:58 PM - Forum: Questions and Suggestions
- Replies (1)
|
 |
Hello Team ,
As this is my first post on the forums, first of all i would like to thank everybody working on this project, San Andreas never dies and won't be.
Back to the suggestion, please add a UTF-8 feature so servers will be supported in many languages in the future such as Arabic.
Regards
|
|
|
|
| open.mp client's concept-design idea |
|
Posted by: davy - 2020-10-11, 11:09 AM - Forum: Art
- Replies (6)
|
 |
Due to the second wave of quarantine, I've had nothing else to do so I decided to give it a shot and make an modern-design-concept for open.mp
Feedback appreciated even if it's not the nicest thing you got to say as I'm looking forward to actually improve it and hopefully it can get somewhere in the future within the mod.
As of right now I only made a concept-design of the dark theme for the client.
![[Image: i.imgur.co.png]](https://i.imgur.co.png)
|
|
|
|
| OCTOBER 2020 Frequently Asked Questions |
|
Posted by: Potassium - 2020-10-11, 05:59 AM - Forum: Questions and Suggestions
- Replies (22)
|
 |
Hi o.mp/burger fam,
We're back with another round of FAQs, so ask us the questions you'd love to know the answers to!
Some members of the dev team will be getting together to?livestream?the answers (will update this post with a confirmed date/time for the stream) and then the video will be available to watch afterwards too.
Ask your questions in the replies below!
Please note: This is NOT a feature requests thread.
|
|
|
|
| Progress bar original from GTA |
|
Posted by: JR_Junior - 2020-10-11, 03:13 AM - Forum: Questions and Suggestions
- No Replies
|
 |
A progress bar system like the original game bar would be great.?
Like the bars of life, armour, breath, etc.??
So we would not need to use a system based on textdraw that depends on the resolution of each player.
|
|
|
|
| Sorular |
|
Posted by: JokerTR - 2020-10-10, 01:44 PM - Forum: Turkish
- Replies (4)
|
 |
Akliniza gelen her t?rl? soruyu, bu konu ?zerinden yazabilirsin. Kisa bir s?re sonra hepsi cevaplanarak, yeni bir konu olarak aktarilacaktir.
|
|
|
|
| Problem with OnPlayerEditDynamicObject |
|
Posted by: morem - 2020-10-10, 11:25 AM - Forum: Support
- Replies (4)
|
 |
Hey,
It does not call back anything.
Code: public OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz)
{
printf("test");
}
After click on the save or cancel button, nothing happens.
Version :?*** Streamer Plugin v2.9.4 by Incognito loaded ***
Please help me about this ...
|
|
|
|
| ProgressBar2 on high resolution - [FIXED] |
|
Posted by: JR_Junior - 2020-10-09, 03:41 AM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi.
I'm using the include https://github.com/Southclaws/progress2 and a small bug is happening.
I could create an issue post in the repository but it was archived by the owner.
On my old monitor the resolution was 1280x720 there was no problem.
My current monitor is 2560x1080 and the following bug is happening when the bar value is less than 5.5:
![[Image: Screenshot-229.png]](https://i.postimg.cc/W4qzhScv/Screenshot-229.png)
Here is the function to return the current progress value:
PHP Code: stock Float:_bar_percent(Float:x, Float:widthorheight, Float:max, Float:value, direction)
{
new Float:result;
switch(direction)
{
case BAR_DIRECTION_RIGHT:
{
result = ((x - 3.0) (((((x - 2.0) widthorheight) - x) / max) * value));
}
case BAR_DIRECTION_LEFT:?
{
result = ((x - 1.0) - (((((x 2.0) - widthorheight) - x) / max) * -value)) - 4.0;
}
case BAR_DIRECTION_UP:?
{
result = -((((((widthorheight / 10.0) - 0.45) * 1.02) / max) * value) 0.55);
}
case BAR_DIRECTION_DOWN:?
{
result = ((((((widthorheight / 10.0) - 0.45) * 1.02) / max) * value) - 0.55);
}
}
return result;
}
If I change the code Code: result = ((x - 3.0) (((((x - 2.0) widthorheight) - x) / max) * value));
to Code: result = (x ((((x widthorheight) - x) / max) * value));
Fix the problem but creates another:
![[Image: Screenshot-228.png]](https://i.postimg.cc/Fz5L98Y8/Screenshot-228.png)
FIXED THE PROBLEM
I made several corrections in the include and managed to solve my problem.
![[Image: Screenshot-236.png]](https://i.postimg.cc/8chnW6wH/Screenshot-236.png)
If anyone is interested I'm sharing:?https://github.com/Walter-Correa/progress2
|
|
|
|
|