Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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