- 0
disable vip chat
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
gogoaxel
public OnPlayerText( playerid, text[ ] ) { new textstr[ 128 ]; if ( text[ 0 ] == '#' && P_DATA[ playerid ][ Vip ] >= 1 ) { GetPlayerName( playerid, textstr, sizeof( textstr ) ); format( textstr, sizeof( textstr ),"V.I.P Chat: {00FF00}%s{FF5500}: %s", textstr, text[ 1 ] ); SendVipMessage( COLOR_VIP, textstr ); return 0; } return 1; }Si as dori sa ii fac o comanda /disablevipchat Cu includesVa rog ajutati-ma
1 answer to this question
Recommended Posts