[DUV]Tosca
#10

Tб Na Hand
pawn Код:
if(strcmp(cmd, "/status", true) == 0)
{
    new Text3D:Label[MAX_PLAYERS];
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
        SendClientMessage(playerid, 0xFF0000AA, "USO: /status [Aзгo]");
        return 1;
    }
    Delete3DTextLabel(Label[playerid]);
    new String[128];
    format(String, sizeof(String), "Eu Estou %s",Nome, cmdtext[8]);
    Label[playerid] = Create3DTextLabel(String,0x008080FF,30.0,40.0,50.0,40.0,0);
    Attach3DTextLabelToPlayer(Label[playerid], playerid, 0.0, 0.0, 0.7);
    return 1;
}
Reply


Messages In This Thread
[DUV]Tosca - by Andre_Elite - 29.11.2010, 19:18
Re: [DUV]Tosca - by Macintosh - 29.11.2010, 19:27
Re: [DUV]Tosca - by Andre_Elite - 29.11.2010, 19:29
Re: [DUV]Tosca - by Macintosh - 29.11.2010, 19:35
Re: [DUV]Tosca - by CyNiC - 29.11.2010, 19:52
Re: [DUV]Tosca - by Erick_Schultz - 29.11.2010, 21:17
Re: [DUV]Tosca - by Andre_Elite - 30.11.2010, 08:41
Re: [DUV]Tosca - by Macintosh - 30.11.2010, 11:04
Re: [DUV]Tosca - by rjjj - 30.11.2010, 11:55
Re: [DUV]Tosca - by TiagoPS - 30.11.2010, 13:07

Forum Jump:


Users browsing this thread: 2 Guest(s)