Help 2 Problems[rep]
#1

i want to make the first letter Big..

PHP код:
if (realchat)
    {
        if(
gPlayerLogged[playerid] == 0)
        {
            return 
0;
          }
        new 
i;
        while (
text[++i])
        {
            if(
text[i] > 64 && text[i]< 91text[i] += 32;
        }
        if(
PlayerInfo[playerid][pAdmin] >= 1)
        {
            new 
Colors[] = { COLOR_WHITECOLOR_YELLOWCOLOR_LIGHTGREENTEAM_ORANGE_COLORTEAM_GROVE_COLOR0x008100AA };
            
SetPlayerChatBubble(playerid,saystextColors[random(sizeof(Colors))], 50.05000);
        }
        if(
PlayerInfo[playerid][pAdmin] >= 1)
           {
            
format(stringsizeof(string), " %s "text);
        }
        
GetPlayerName(playeridsendernamesizeof(sendername));
        
format(stringsizeof(string), "{247BFF}%s Spune: {FF3F0F}%s"sendernametext);
        
ProxDetector(20.0playeridstring,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        return 
0;
    }
    return 
1;

second how can i make so after the login it askes me for email adress..
Reply


Messages In This Thread
Help 2 Problems[rep] - by Dan_Barocu - 22.02.2012, 15:46
Re: Help 2 Problems[rep] - by Toreno - 22.02.2012, 16:18
Re: Help 2 Problems[rep] - by Dan_Barocu - 22.02.2012, 16:51
Re: Help 2 Problems[rep] - by Toreno - 22.02.2012, 17:05
Re: Help 2 Problems[rep] - by Dan_Barocu - 22.02.2012, 17:37
Re: Help 2 Problems[rep] - by Dan_Barocu - 22.02.2012, 19:53
Re: Help 2 Problems[rep] - by Dan_Barocu - 22.02.2012, 21:05
Re: Help 2 Problems[rep] - by Madd Kat - 22.02.2012, 22:42
Re: Help 2 Problems[rep] - by Dan_Barocu - 23.02.2012, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)