Jump to content
  • 0

Problema


alinutz_boy32

Question

Salut vreau cand un admin scrie ceva sa scrie admin:... , tot la fel si la vip!

Am bagat acestea la on playertext si tot nu merge cand sciu cv scrie numele:si ce scri [alb]...

[pawn]if ( !PlayerInfo [ playerid ] [ Level ] && !PlayerInfo [ playerid ] [ Vip ] )

    {

new str [ 500 ];

format ( str , 500 , "{AD8693} [%d] : {AD8693}%s" , playerid , text [ 0 ] ) ;

SendPlayerMessageToAll ( playerid , str ) ;

return 0;

}

else if ( PlayerInfo [ playerid ] [ Level ] > 0 )

    {

new str [ 500 ];

format ( str , 500 , "{AD8693} [%d] {B3B3B3} [Admin] : {AD8693}%s" , playerid , text [ 0 ] ) ;

SendPlayerMessageToAll ( playerid , str ) ;

return 0;

}

else if ( PlayerInfo [ playerid ] [ Vip ] > 0 )

    {

new str [ 500 ];

format ( str , 500 , "{AD8693} [%d] {B3B3B3} [V.I.P] : {AD8693}%s" , playerid , text [ 0 ] ) ;

SendPlayerMessageToAll ( playerid , str ) ;

return 0;

}

}[/pawn]

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.