[Ajuda] Cores nas Info das Casas
#1

Tipo coloquei colorido as info das casas, mais sу que quando termino e copilo normal quando vou la nas casas ele aparece tudo normal mais a ultima linha fica imcompleta tipo era pra ficar assim

Para comprar digite /comprarcasa

mais ficam assim

Para comprar digite /comp

PHP код:
    //Create3dTexts();
    
for(new 0sizeof(HouseInfo); h++)
{
    if(
HouseInfo[h][hOwned] == 0) {
        
AddStaticPickup(12732HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
        
format(gstringsizeof(gstring), "{33FF00}Casa A Venda\nTipo: {FF0000}%s\n{33FF00}Valor: {FF0000}R$%d\n{33FF00}Nivel: {FF0000}%d\nPara comprar digite /comprarcasa",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
        
HouseLabel[h] = Create3DTextLabel(gstring,COR_GRO,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.5,15.0,0);
    }
    if(
HouseInfo[h][hOwned] == 1) {
        
AddStaticPickup(13182HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
        if(
HouseInfo[h][hRentabil] == 0) {
            
format(gstringsizeof(gstring), "{33FF00}Dono: {FF0000}%s\n{33FF00}Nivel: {FF0000}%d",HouseInfo[h][hOwner],HouseInfo[h][hLevel]);
            
HouseLabel[h] = Create3DTextLabel(gstring,COR_GRO,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.5,15.0,0);
        }
        else {
            
format(gstringsizeof(gstring), "{33FF00}Dono: {FF0000}%s\n{33FF00}Aluguel: {FF0000}R$%d\n{33FF00}Nivel: {FF0000}%d\nDigite /alugarquarto para alugar um quarto",HouseInfo[h][hOwner],HouseInfo[h][hRent],HouseInfo[h][hLevel]);
            
HouseLabel[h] = Create3DTextLabel(gstring,COR_GRO,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.5,15.0,0);
        }
    }

Reply
#2

Aumenta o valor da gstring.
Tipo, se for new gstring[128]; coloca new gstring[200]; ou o valor que achar necessбrio(Й aconselhбvel que conte as cells).
Reply
#3

procure por gstring
e almente o valor que estб entre os [ ].
exemplo:
pawn Код:
new gstring[256];
Reply
#4

Quando digito /comprarcasa ou /vendercasa a infocasa some ai so volta quando dou gmx mais se comprar ou vender dnv fica do mesmo jeito sumindo
Reply
#5

Use
pawn Код:
Update3DTextLabelText
Reply
#6

pawn Код:
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11450) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11450) : warning 213: tag mismatch
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11456) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11456) : warning 213: tag mismatch
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11460) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11460) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
os erros deu onde eu troquei por Update3DTextLabelText
Reply
#7

Quote:
Originally Posted by wallacematheus
Посмотреть сообщение
pawn Код:
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11450) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11450) : warning 213: tag mismatch
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11456) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11456) : warning 213: tag mismatch
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11460) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Wallace\Desktop\GM BVS\gamemodes\Wallace.pwn(11460) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
os erros deu onde eu troquei por Update3DTextLabelText

Nao era pra trocar, era para adcionar
Reply
#8

Almente as cйlula da variбvel. Exemplo:
new string[256];
Reply
#9

OFF:

LOL, Bruno, vocк tem exatamente 666 de posts. Oo
Reply
#10

LOOOL 666 posts PQP isso й coisz do capeta "-'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)