| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 285 online users. » 0 Member(s) | 281 Guest(s) Bing, Google, Yandex, Applebot
|
| Latest Threads |
Chat PDF Online – Ask Que...
Forum: Chat
Last Post: Olivaconnor
4 hours ago
» Replies: 0
» Views: 16
|
Indonesian
Forum: Other
Last Post: 14March
5 hours ago
» Replies: 9
» Views: 18,107
|
GTA-MULIPLAYER.CZ
Forum: Advertisements
Last Post: xInVinCiBlE
10 hours ago
» Replies: 0
» Views: 27
|
SS7CMD v1.0.0
Forum: Libraries
Last Post: Saints7
Yesterday, 11:57 AM
» Replies: 2
» Views: 144
|
open.mp Dashboard
Forum: Chat
Last Post: Xyranaut
Yesterday, 11:52 AM
» Replies: 8
» Views: 363
|
Gametext styles
Forum: Russian/Русский
Last Post: Nexius
Yesterday, 11:19 AM
» Replies: 2
» Views: 2,547
|
CZ CNR cops and robbers
Forum: Advertisements
Last Post: Mhmd m
Yesterday, 11:01 AM
» Replies: 0
» Views: 39
|
MySQL for open.mp
Forum: Plugins
Last Post: Xyranaut
2026-06-01, 09:17 PM
» Replies: 0
» Views: 85
|
Hosted tab in 2023
Forum: General Discussions
Last Post: Mhmd m
2026-06-01, 06:38 PM
» Replies: 7
» Views: 11,696
|
FCNPC for open.mp
Forum: Pawn Scripting
Last Post: Nexius
2026-06-01, 12:59 PM
» Replies: 8
» Views: 8,310
|
|
|
| TACO_GTASA |
|
Posted by: Lark_1 - 2024-07-04, 06:53 AM - Forum: Releases
- Replies (1)
|
 |
Here is a tool, i was using a lot when i was developing my never finished game-mode.
I never searched if this kind of tool exists, i had base of this program already made for one other game and it was only matter of changing some addresses to make it work for GTAsa.
It offers in-game camera movement and teleporting.
Both useful functions for dev work and maybe for Admin work in server.
It works on the principle of memory manipulation: Read/write data in game memory (RAM)
It might be inconvenient for WASD users because it uses keys: q,w,e,a,s,d,f,r,g,z,x
Its never tested with Open.mp ! ! !
https://github.com/DWORDLARK/GTA_SA_TACO
|
|
|
|
TOP 10 MySQL list |
|
Posted by: Blood - 2024-06-30, 04:52 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hey, I was wondering if someone could help me out writing a code for displaying TOP 10 players by a parameter, for example top 10 with highest score.
I know how to do it in the oldest MySQL, but I havent been around for some time and can't figure out how to do it with the newest version.
This is my old code
Code: mysql_query("SELECT `Score` ,`User` FROM `table` ORDER BY `Score` DESC LIMIT 10");
mysql_store_result();
new id,output[600], str[64];
while(mysql_retrieve_row())
{
id ++;
new username[24], scorevariable[5];
mysql_fetch_field_row(username, "Username");
mysql_fetch_field_row(scorevariable, "Score");
format(str,sizeof str, "%i. %s - %i score\n",id,username,strval(scorevariable));
strcat(output, str);
}
mysql_free_result();
ShowPlayerDialog(playerid,1945,0,"Score top list",output,"Close","");
|
|
|
|
| Issue with compiler |
|
Posted by: LARP Head Admin - 2024-06-30, 08:56 AM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi,
I'm trying to convert over our old SA:MP script to the latest version of O:MP, I've unfortunately gotten stuck at the first hurdle.
I'm getting a very basic error after seemingly doing everything correct.
I've downloaded the latest server exec (I haven't found much documentation on what else I need to be downloading) which should have all the up to date includes etc related to the standard release of O:MP.
The error I'm getting is:
Quote:\OpenMP LARP Script\gamemodes\new_0.1.9.pwn(32) : fatal error 100: cannot read from file: "openmp\openmp"
after doing what the compatibility post said (below):
Quote:#define OPENMP_COMPAT
#include <openmp\openmp>
Now I completely realise that I do not have the Openmp\openmp directory what so ever, so essentially my question is where do I find it, I've been looking for quite some time now.
I apologise if I'm just being a retard and its somewhere plainly obvious.
|
|
|
|
| Further development of OMP |
|
Posted by: alexdrift - 2024-06-29, 10:51 PM - Forum: Questions and Suggestions
- No Replies
|
 |
Hello I am from Russia. I would like to receive information on the further development of Open Multiplayer? Should we wait for further development of the server and client side? will the launcher and samp.dll R5 be packaged into a single installation file? or will you develop your own client? My goal is to support Open Multiplayer in Russia, I have my own forum. So what can Russian society expect? Can we look forward to further development of Open Multiplayer?
|
|
|
|
Change Vehicle Color After Respawn |
|
Posted by: LuvaDePedreiro - 2024-06-28, 12:54 PM - Forum: Pawn Scripting
- Replies (6)
|
 |
Hello everybody! I have a question about a possible problem I am facing. I added some vehicles using the "AddStaticVehicleEx" function with a respawn delay of 300 seconds, and with colors already defined. Is it possible to make the colors change after it respawns? The way I'm trying to make this work is to use the "OnVehicleSpawn" callback with the "ChangeVehicleColor" function. However, after the vehicle is respawned, the color remains the same.
PHP Code: public OnVehicleSpawn(vehicleid) { ChangeVehicleColor(vehicleid, random(127), random(127)); return 1; }
|
|
|
|
| Server not on Internet Tab |
|
Posted by: Blood - 2024-06-26, 09:51 PM - Forum: Support
- No Replies
|
 |
So what's going on with the listing? I have read that there were some problems not long ago that you had to pay for your server to be even listed in the Internet Tab? I would like to get an update, is that still so? Because I just started a server and it is not showing up in the Internet Tab.
|
|
|
|
|