[Ayuda]Crear textdrawn (conjunto con sistema vip)
#6

PHP код:

new TipoVip[MAX_PLAYERS];
if(
TipoVip[playerid] >= 1)
{
    new 
tipo[50];
    switch(
TipoVip[playerid])
    {
        case 
1: { tipo "Normal"; }
        case 
2: { tipo "Avanzado"; }
        case 
3: { tipo "Moderno"; } //puedes seguir poniendo mбs
    
}
    new 
str[250];
    
format(strsizeof(str), "VIP %s"tipo);
    new 
Text3D:label Create3DTextLabel(str0x008080FF30.040.050.040.00);
    
Attach3DTextLabelToPlayer(labelplayerid0.00.00.7);
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)