[AJUDA] RequestClass
#1

eu estava criando meu RPG e ai apareceu um bug.
a mensagem de "Caipira" nгo estava aperecendo!


pawn Код:
if(classid == 0)
    {
        format(string, sizeof(string),"~y~>~p~CjTs~y~<");
                GameTextForPlayer(playerid,string,3500,6);
        }
    else if(classid == 81)
    {
        format(string, sizeof(string), "~y~> ~p~Zumbis ~y~<");
        GameTextForPlayer(playerid,string,3500,6);
    }
Gracias.
Reply
#2

am??tente explicar melhor...
Reply
#3

Isso 'CjTs' Nгo significa Caipira lol
Reply
#4

pawn Код:
else if(classid == 45)
    {
        format(string, sizeof(string), "~y~> ~p~Caipiras/~y~<");
        GameTextForPlayer(playerid,string,3500,6);
    }
Botei assim mais no OnGame aparece o skin, mais nгo a mensagem na tela Capiras.
Reply
#5

pawn Код:
else if(classid == 45)
    {
        GameTextForPlayer(playerid,"~y~~>~ Caipiras/ ~<~",3500,6);
    }
Reply
#6

nenhum de vocкs funcionaram!.
Reply
#7

me diz pra que essa string ae? u.u

pawn Код:
else if(classid == 45)
    {
       GameTextForPlayer(playerid,"~y~> ~p~Caipiras/~y~<",3500,6);
    }
Reply
#8

pra que ta usando string aki ?
pawn Код:
else if(classid == 45)
    {
        format(string, sizeof(string), "~y~> ~p~Caipiras/~y~<");
        GameTextForPlayer(playerid,string,3500,6);
    }
faiz igual o cara feiz ai
pawn Код:
GameTextForPlayer(playerid,"~y~>~p~Caipiras/~y~<",3500,6);
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)