What's wrong in this ?
#1

Quote:

new drank[45];
if(PlayerInfo[playerid][pDonateRank] == 1) { drank = "[Bronze]"; }
if(PlayerInfo[playerid][pDonateRank] == 2) { drank = "[Silver]"; }
if(PlayerInfo[playerid][pDonateRank] == 3) { drank = "[Gold]"; }
if(PlayerInfo[playerid][pDonateRank] == 4) { drank = "[Platinum]"; }
if(PlayerInfo[playerid][pDonateRank] == 5) { drank = "[Moderator]"; }
if(PlayerInfo[playerid][pDonateRank] == 6) { drank = "[Admin]"; }
format(string, sizeof(string), "%s VIP %s: %s", drank, sendername, result, RemoveUnderScore(playerid));

Well , I already Defined : RemoveUnderScore(playerid)); - but when i try the chat it works but the UNDERSCORE don't get removed , any help ? +Rep for the one who will help
Reply


Messages In This Thread
What's wrong in this ? - by -CaRRoT - 31.10.2011, 19:11
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:22
Re: What's wrong in this ? - by sleepysnowflake - 31.10.2011, 20:28
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:32
Re: What's wrong in this ? - by sleepysnowflake - 31.10.2011, 20:37
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:41
Re: What's wrong in this ? - by =WoR=G4M3Ov3r - 31.10.2011, 20:42
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:48
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:54
Re: What's wrong in this ? - by KoczkaHUN - 31.10.2011, 21:04

Forum Jump:


Users browsing this thread: 1 Guest(s)