VIP chat help... how to make it so ... [Readdd]
#10

ok i fixed the errors but when i type in the vip chat like for example:

/vip testing if this works

nothing will show up after "V.I.P Chat:"


??


EDIT: this is the current code :

PHP код:

CMD
:vipplayeridparams[ ] )
{
    if (
gPlayerData[playerid][VIP] >= 1)
    {
        new 
string[128], pText[128];
        if( 
isnullparams ) ) return SendClientMessage(playerid0xFFFFFFF,"Syntax error. Correct usage: /vip [text]");
        
formatstringsizeof( string ),"V.I.P Chat: {00FF00}%s{FF5500}: %s"playeridpText );
        foreach(
Player,i// for(new i = 0; i < MAX_PLAYERS; i++)
        
{
            if ( 
gPlayerData[i][VIP] >= )
            {
                
SendClientMessage , -1string );
            }
        }
    }
    else if (
gPlayerData[playerid][VIP] < 1)
    {
        
SendClientMessage(playerid, -1"Sorry, you cannot use the this Chat. Please Donate first.");
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 9 Guest(s)