• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Ingame Player bug please help

C:\User\Secondary\Desktop
Joined
Jul 18, 2013
Messages
581
Reaction score
79
Help me with this problem!!
1. Lvl bug
2. No color!!

secondary - Ingame Player bug please help - RaGEZONE Forums
 
C:\User\Secondary\Desktop
Joined
Jul 18, 2013
Messages
581
Reaction score
79
lol why ?



Add me in Skype: xUltraHighx
Why ? adding on skype looolol weird guy.



I don't think so
You know what the problem ?



You messed up the unmasking? DUUH

//Clean Source
//if(pCharacter->IsAdminName())
//sprintf(pItem->szGrade,"%s","Staff");
/*You can add more here (else if)*/
//else
sprintf(pItem->szGrade,"%s","");




//For national gunz source (The source i released)
if(pCharacter->IsAdminName())
sprintf(pItem->szGrade,"%s","Owner");
else if(pCharacter->IsDeveloperName())
sprintf(pItem->szGrade,"%s","GM");
//else if(pCharacter->IsEventName())
//sprintf(pItem->szGrade,"%s","Police");
//else if(pCharacter->IsBannedName())
//sprintf(pItem->szGrade,"%s","Muted");
//else if(pCharacter->IsJjangName())
//sprintf(pItem->szGrade,"%s","Event");
//else
//sprintf(pItem->szGrade,"%s","");


sprintf(pItem->szName,"%s", pCharacter->GetUserName());


i use this script have this problem!!.
 
Upvote 0
Back
Top