[Ajuda] Nick
#1

Tipo eu criei um Sistema de Vip e etc e tals so que eu nгo sei como eu coloco ,Pra tipo:

O jogador loga Ai se ele for Vip aparece no nick dele

Exemplo :

[Vip Ouro]Big_Ret

Como eu coloco ?
Reply
#2

Em onplayertext vc pega a sua variбvel de vip e faz ex:

pawn Code:
if(dini_Int(file,"SUAVARIAVELDEVIP") == 1) {
    format(string,sizeof(string),"[%d:{8B4513}VIP Ouro{FFFFFF}]: %s", playerid, text);
    SendPlayerMessageToAll(playerid,string);
    return 0;
    }
Reply
#3

Ta aн. Da prуxima pesquise mais, pois nгo te dou mais code pronto.

pawn Code:
new Danniel[MAX_PLAYER_NAME], string[100];
GetPlayerName(playerid, Danniel, sizeof(Danniel));

if(Vip[playerid] == 1){
     format(string, sizeof(string), "[VIP] %s", Danniel);
     SetPlayerName(playerid, string);
     return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)