[AJUDA] Coisa facil pra vcs (:
#9

Nem sei se da....

PHP код:
new Text3DVips[MAX_PLAYERS];
public 
OnPlayerConnect(playerid)
{
    if(
PlayerInfo[playerid][pVIP] == 1)
    {
        
Vips[playerid] = Create3DTextLabel("VIP**"COLOR_RED30.040.050.040.00);
        
Attach3DTextLabelToPlayer(Vips[playerid], playerid0.00.00.7);
    }
    return 
true;
}
public 
OnPlayerDisconnect(playeridreason)
{
    if(
PlayerInfo[playerid][pVIP] == 1)
    {
        
Delete3DTextLabel(Vips[playerid]);
    }
    return 
true;

Reply


Messages In This Thread
[AJUDA] Coisa facil pra vcs (: - by HarryPoter(Owner) - 14.01.2012, 03:19
Re: [AJUDA] Coisa facil pra vcs (: - by L.S.T - 14.01.2012, 03:25
Re: [AJUDA] Coisa facil pra vcs (: - by Mattos - 14.01.2012, 03:44
Re: [AJUDA] Coisa facil pra vcs (: - by victor_h666 - 14.01.2012, 03:50
Re: [AJUDA] Coisa facil pra vcs (: - by HarryPoter(Owner) - 14.01.2012, 04:05
Re: [AJUDA] Coisa facil pra vcs (: - by HarryPoter(Owner) - 14.01.2012, 04:07
Re: [AJUDA] Coisa facil pra vcs (: - by L.S.T - 14.01.2012, 15:00
Re: [AJUDA] Coisa facil pra vcs (: - by Don_Speed - 14.01.2012, 15:04
Re: [AJUDA] Coisa facil pra vcs (: - by [R] ousenber [K] - 14.01.2012, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)