SA-MP Forums Archive
[Ajuda] Erros - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erros (/showthread.php?tid=631477)



Erros - GabrielMT - 29.03.2017

Ola Novamente '-'
Estou os Seguintes Erros :
PHP код:
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9823) : error 022must be lvalue (non-constant)
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9823) : warning 215expression has no effect
C
:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : error 028invalid subscript (not an array or too many subscripts): "HabTMoto"
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : warning 215expression has no effect
C
:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : error 001expected token";"but found "]"
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : error 029invalid expressionassumed zero
C
:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : fatal error 107too many error messages on one line 
E Nгo consigo Resolver-los, ja Procurei No ******, Forum, Wiki e Nгo achei nada que Pudesse Resolver .-.

Linhas :

PHP код:
HabTMoto[playerid] = 0;
    
HabTCaminhao[playerid] = 0;
    
HabTTrem[playerid] = 0;
    
HabNBarco[playerid] = 0
Agradeзo desde Jб!


Re: Erros - HoodScript - 29.03.2017

Quote:
Originally Posted by GabrielMT
Посмотреть сообщение
Ola Novamente '-'
Estou os Seguintes Erros :
PHP код:
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9823) : error 022must be lvalue (non-constant)
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9823) : warning 215expression has no effect
C
:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : error 028invalid subscript (not an array or too many subscripts): "HabTMoto"
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : warning 215expression has no effect
C
:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : error 001expected token";"but found "]"
C:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : error 029invalid expressionassumed zero
C
:\Users\GabrielMT\Desktop\GabrielMT\r2\gamemodes\GM.pwn(9824) : fatal error 107too many error messages on one line 
E Nгo consigo Resolver-los, ja Procurei No ******, Forum, Wiki e Nгo achei nada que Pudesse Resolver .-.

Linhas :

PHP код:
HabTMoto[playerid] = 0;
    
HabTCaminhao[playerid] = 0;
    
HabTTrem[playerid] = 0;
    
HabNBarco[playerid] = 0
Agradeзo desde Jб!
new HabTMoto[MAX_PLAYERS] ;
coloque no topo da gm embaixo das includes