[Ajuda] profissao
#3

Agora Ta dando esses erros
Quote:

C:\Users\carlos\Desktop\samp037_svr_R1_win32\gamem odes\Untitled.pwn(95) : error 017: undefined symbol "TAXISTA"
C:\Users\carlos\Desktop\samp037_svr_R1_win32\gamem odes\Untitled.pwn(106) : warning 209: function "OnPlayerCommandText" should return a value

linha
Quote:

public OnPlayerCommandText(playerid, cmdtext[])
if(strcmp(cmdtext,"/minhaprofissao", true) == 0)
{
if(PlayerInfo[playerid][Profissao] == TAXISTA)
{
SendClientMessage(playerid,0xFFFF00FF,"Ola parabens voce й taxista e dirigi um taxi");
}
else
{
SendClientMessage(playerid,0xFFFF00FF,"Vocк nгo й taxista e nгo pode usar este comando");
}
return 1;
}

Reply


Messages In This Thread
profissao - by Matei123 - 31.05.2015, 00:15
Re: profissao - by LockedLucas - 31.05.2015, 00:20
Re: profissao - by Matei123 - 31.05.2015, 13:20
Re: profissao - by ipsLuan - 31.05.2015, 13:49
Re: profissao - by LockedLucas - 31.05.2015, 15:03
Re: profissao - by Matei123 - 01.06.2015, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)