Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rww

#31
Description
Chat is invisible, when antialias is enabled.

Reproducible
Always

What you were doing when the bug happened
Setting game_antialias 1 in vcmp config

https://youtu.be/mYVzn6aCRlo

my config:

[spoiler]
game_antialias 1
game_menuonrestore 0
game_windowed 0
game_framereserve 10
game_showdebug 0
game_sensitivity 0.000000
game_sensitivity_ratio 1.200000
game_radar_scale 0.500000
game_radar_scalekey 120
game_streammem 512
game_passengerkey 86
game_reconattempts 3
game_reportcrashes 0
splash_loadbarbgcol FF9B327D
splash_loadbarfgcol FFFF96E1
con_fontname Verdana
con_fontgap 0
con_fontscale 1.0
con_numoflines 30
con_disappear 0
con_logging 3
con_fillcolour BB666666
con_openkey 112
con_resizekey 118
con_typeloc 0
con_scrollupkey 33
con_scrolldownkey 34
con_jumptopkey 36
con_jumpbottomkey 35
scb_scale 1.000000
scb_edgescale 0.400000
scb_edgecolour 66C0C0C0
scb_fillcolour 77000000
scb_captioncolour FF606060
scb_scorepingidcol FF808080
scb_underlinecolour 66FFFFFF
scb_highlightcolour 660066DD
scb_serverinfocolour AAFFFFFF
scb_countcolour 99FF0000
scb_versioncolour 44555555
scb_scrollbgcolour AA000000
scb_scrollbarcolour AABBBBBB
scb_openkey 9
scb_netstatskey 117
scb_scrollupkey 33
scb_scrolldownkey 34
tag_scale 0.900000
tag_quality 1
tag_maxdist 100.000000
tag_zoffset 1.400000
tag_fontname Arial
bar_bgenabled 0
bar_bgcolour 00606060
bar_armourcol 00AAAAAA
bar_armourxcol 004499FF
bar_healthcolmin 00FF0000
bar_healthcolmax 0000AA00
bar_healthxcol 004499FF
scr_capturekey 119
scr_directory
scr_shortmsg 1
scr_compression 5
cfg_version 4
[/spoiler]

What you think caused the bug
---
#32
Quote from: ysc3839 on Mar 11, 2019, 07:18 PM@rww #1
https://bugs.vc-mp.org/browse/VCMP-50
Add floating arrow markers for entities like players, vehicles and objects

Ooo, I know about this site but I forgot url, thanks ;)
#33
It's in to do list ;)
#34
Support / Re: Angle of vehicles
Mar 01, 2019, 04:00 PM
U can get correct vehicle angle by this script

function CVehicle::GetRadiansAngle() //by Gudio
{
local angle = ::asin(this.Rotation.z) * -2;
return this.Rotation.w < 0 ? 3.14159 - angle : 6.28319 - angle;
}

I never get problems with values from this code ;)

Example, how to get correct angle by /pos command

onPlayerCommands event:
local veh = player.Vehicle;

if (cmd == "pos")
{
if (!veh) ClientMessage("* Your Cords:[#ffffff] "+player.Pos.x+", "+player.Pos.y+", "+player.Pos.z+", "+player.Angle,player,128,255,0,255);
else ClientMessage("* Your Vehicle Cords:[#ffffff] "+player.Pos.x+", "+player.Pos.y+", "+player.Pos.z+", "+veh.GetRadiansAngle(),player,128,255,0,255);
ClientMessage("* Virtual World:[#ffffff] "+player.World+" [#80ff00]/ Sec World:[#ffffff] "+player.SecWorld+" [#80ff00]/ Unique World: [#ffffff]"+player.UniqueWorld,player,128,255,0,255);
}
#35
Servers / Re: Myriad Playground
Mar 01, 2019, 03:58 PM
Someone also have server with this map, btw Good luck :D

Next server with custom map!
#36
Big bump (I don't want to do a new topic about IV-MP, no sense). I tested IV-MP T4, it's more stable than T3, now this mp is without crashes. I found some small bugs, deathmatching it's hard (maybe bcs standard full hp is 200.0, not 100.0, and sync isn't best). But 4 fun, playable. With servers... Only Argonath is active, I saw yesterday 10 players on this server ;) And I working 4fun on IV-DM and testing with LU-DM Team ;)

https://youtu.be/tUDSDzR1BUw

From LU, later VC-MP and GTA:O, sometimes SA-MP now IV-MP with LU-DM :D

[spoiler]

[/spoiler]
#37
Support / Re: onPlayerChat
Jan 28, 2019, 10:07 PM
In the end of onPlayerChat function, before last } add return 0;

example:

#39
small bump..

something like this or surface.dat in custom files
#40
Quote from: Athanatos on Nov 22, 2018, 04:44 PM
Quote from: Abri on Nov 21, 2018, 08:22 AM
Quote from: Athanatos on Nov 01, 2018, 03:40 PMYes, I get no error if there's no vehicle near Vector(0,0,0).

Any other solution?

I tried to edit the defective cars but unfortunately did not produce any results!
Has anyone encountered this problem yet?



The cars aren't defective. Their models aren't loaded into the client's memory.Also this bug isn't really important tbh.

But it's very annoying, when every player ask you, why chat shows errors (with showdebug 0).

[spoiler]

[/spoiler]

Btw. Xenon way is good for this time ;)
#41
Soon first server with custom snow map?

#42
See you later (on this server). :D
#43
General Discussion / Re: Hello everyone
Oct 31, 2018, 02:01 AM
Hey
#44
Event "Jesienne Granie" 2018 (27.10.2018)

https://youtu.be/xQwzSwBp5Mg
#45
Snow in Liberty City (soon)


[spoiler]
About snow mod:
https://gtaforums.com/topic/900969-lcsmobile-winter-mod-by-⭐stella⭐/
[/spoiler]