[AJUDA] Com string e PlayerInfo
#1

Olб, hб alguns dias atrбs to tentando resolver uma coisa que tб atrapalhando minha vida. Bom, o que eu quero й fazer uma string que pega a profissгo do player e mostra pra ele.
Aн jб fiz vбrios comandos de vбrias e vбrias formas, atй enum jб usei e nada funciona :S
Ъltima forma que fiz foi essa...

Topo do GM:
pawn Код:
new Profissao[MAX_PLAYERS];
#define Taxista 55
Comando:
pawn Код:
if(strcmp(cmd,"/oioi",true) == 0)
    {
        Profissao[playerid] = Taxista;
        format(string,sizeof(string),"Sua profissгo й %s", Profissao[playerid]);
        SendClientMessage(playerid,-1,string);
        return 1;
    }
Atualmente o que acontece, aparece: Sua profissгo й 7.
As outras formas, com enum, etc, nгo aparece nada. Fica: Sua profissгo й

Alguйm ajuda por favor? Vlw.
Reply


Messages In This Thread
[AJUDA] Com string e PlayerInfo - by humildadeforever - 16.01.2012, 21:39
Re: [AJUDA] Com string e PlayerInfo - by dPlaYer_ - 16.01.2012, 21:51
Re: [AJUDA] Com string e PlayerInfo - by Hardware - 16.01.2012, 21:56
Re: [AJUDA] Com string e PlayerInfo - by Lуs - 16.01.2012, 22:01
Re: [AJUDA] Com string e PlayerInfo - by humildadeforever - 16.01.2012, 22:13
Re: [AJUDA] Com string e PlayerInfo - by dPlaYer_ - 16.01.2012, 22:25
Re: [AJUDA] Com string e PlayerInfo - by humildadeforever - 17.01.2012, 23:23

Forum Jump:


Users browsing this thread: 1 Guest(s)