Hello
Could provide simple examples of client-server request sending
Example:
1. Server - client
I am writing a command /stats
My object 'player' has some parameters, for example, skin name * bla_bla_bla_bla *
This name is sent to the client and it is beautifully displayed in the html page.
2. Client - server
A html page appears, I fill out forms, press a button and send it to the server, it already writes data for example to the database
Кто то использовал эту функцию?
https://wiki.rage.mp/index.php?title=Vehicle::startHorn
Сервер пишет "это не функция", когда я пытаюсь:
'horn': (player) => {
player.vehicle.startHorn(2*1000, -1, true);
},
How to use this fucntion?
https://wiki.rage.mp/index.php?title=Vehicle::startHorn
Server say me "is not a function"
When i try:
'horn': (player) => {
player.vehicle.startHorn(2*1000, -1, true);
},
Hello
When on my server, me and my friend fighting, ped which take a damage, sometimes shaking.
How know what is it?
Video:
//
Привет
Когда на моем сервере я и мой друг деремся, пед, который получает урон, иногда трясется.
Как узнать что это?
Видео:
How to restart the server, without close "server.exe" and restart the rage mp?
May be somebody know function or something else? At wiki didnt find the answer
Thanks ! ^)
How to restart the server, without close "server.exe" and restart the rage mp?
May be somebody know function or something else? At wiki didnt find the answer
Thanks ! ^)
i didnt write npm i at first ...
All working, but now i have that mistake, and RAGE MP says, that my steam version GTA 5 is not supported ahahah
https://zimg.se/image/B6V
https://zimg.se/image/B6u
Hello
I am try to install your gamemode, but i have a some mistake
That's what i did:
1. Install RAGE MP
2. Download your https://github.com/MarkCavalli/rageserver
3. Put all your files in project
4. Install NPM (Node.js)
5. Import "rpserver.sql" in phpmyadmin
6. Write commands npm install, npm install mysql
7. Of course i renamed sMailer, sMysql
Server not working
NPM:
Server:
https://zimg.se/image/B6H
Help please)