AdrenalineX Forums

General => AdrenalineX Development => Bug Reports => Topic started by: [MAF]Rac3r on March 17, 2012, 09:40:57 am

Title: group "NULL" [Fixed]
Post by: [MAF]Rac3r on March 17, 2012, 09:40:57 am
Sorry Andre, I broke your groups.  Could be because I changed on-compile setting for it.

I formatted string to "", but yours if I remember was something like string[0] = 0;

When players join, they get /groupinfo = "NULL"
Title: Re: group "NULL"
Post by: [MAF]Rac3r on March 17, 2012, 09:43:48 am
Offtopic:  https://github.com/Zeex/pawn-3.2.3664_patches/downloads
Title: Re: group "NULL"
Post by: [MAF]mooman on March 17, 2012, 06:39:51 pm
Offtopic:  https://github.com/Zeex/pawn-3.2.3664_patches/downloads
:D
Title: Re: group "NULL"
Post by: [MAF]mooman on March 17, 2012, 06:42:09 pm
changed to
   PLAYER_Group[playerid][0] = 0;