View Single Post
Cuttlas
Senior Member
Join Date: Jan 2015
Old 12-15-2023 , 08:23   Re: Float Cvar Tag mismatch Warning
Reply With Quote #7

thank you, brothers, specially @101, I reduced about 6 warnings,
but still there is another warning:

PHP Code:
new RespawnDelay

public plugin_init(){
        
RespawnDelay register_cvar("respawn_delay""1.5")
    if (
get_pcvar_float(RespawnDelay) < 0)
        
RespawnDelay 1.5

here it will give tag mismatch warning on the last line (RespawnDelay = 1.5)
__________________
To Infinity n Beyond

Last edited by Cuttlas; 12-15-2023 at 08:30.
Cuttlas is offline