- 0
Problema tag
-
Similar Content
-
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
Neculai
Problema intalnita (descriere):Deci am codul de mai jos dar daca playerii au vip apare tagul [ADMIN] nu [VIP]
Ero(area / rile) / warning-(ul / urile):0
Liniile de cod / sursa / script-ul:
if ( PlayerInfo [ playerid ] [ Vip ] ==1 || PlayerInfo [ playerid ] [ Vip ] ==2 || PlayerInfo [ playerid ] [ Vip ] ==3 ) { format ( str , 1500 , "%s{FFFFFF}[%d]{00FF00}[V.I.P]: {FFFFFF}%s" ,GetName(playerid), playerid , text [ 0 ] ) ; SendClientMessageToAll (0xFFFF00FF , str ) ; return 0; } if ( PlayerInfo [ playerid ] [ Level ] < 6 ) { format ( str , 1500 , "%s{FFFFFF}[%d]{00FF00}[Admin]: {FFFFFF}%s" ,GetName(playerid), playerid , text [ 0 ] ) ; SendClientMessageToAll (0xFFFF00FF , str ) ; return 0; }Imagini / Video (optional):
Edited by NeculaiAti incercat sa rezolvati singur?:da
2 answers to this question
Recommended Posts