[Ajuda] profissao
#1

TO Tentado criar uma profissao e fica dando esses erros como arrumar

erros
PHP код:
C:\Users\carlos\Desktop\samp037_svr_R1_win32\gamemodes\Untitled.pwn(86) : error 017undefined symbol "Profissao"
C:\Users\carlos\Desktop\samp037_svr_R1_win32\gamemodes\Untitled.pwn(86) : warning 215expression has no effect
C
:\Users\carlos\Desktop\samp037_svr_R1_win32\gamemodes\Untitled.pwn(86) : error 001expected token";"but found "]"
C:\Users\carlos\Desktop\samp037_svr_R1_win32\gamemodes\Untitled.pwn(86) : error 029invalid expressionassumed zero
C
:\Users\carlos\Desktop\samp037_svr_R1_win32\gamemodes\Untitled.pwn(86) : fatal error 107too many error messages on one line 
linhas

PHP код:
11#define TAXISTA 0
15new Profissao[MAX_PLAYERS]; 
PHP код:
84if(strcmp(cmdtext,"/minhaprofissao"true) == 0)
    
85{
        
86if(Profissao[playerid] == TAXISTA)
        
87{
            
88SendClientMessage(playerid,cor_cinza,"Ola parabens voce й taxista e dirigi um taxi");
        
89}
        
90else
        
91{
        
92SendClientMessage(playerid,cor_cinza,"Vocк nгo й taxista e nгo pode usar este comando");
        
93}
    
94return 1;
    
95
obs: os numero foi eu q botei para vcs vк nгo esta no pawno
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)