[Ajuda] Ajuda Com organizacoes - 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] Ajuda Com organizacoes (
/showthread.php?tid=613595)
Ajuda Com organizacoes -
MediaScripter - 29.07.2016
Olб a todos boa tarde estou com um problema aqui eu estava criando organizacoes por um Tutorial Do Josma Mas acabou dando alguns erros
PHP код:
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(37) : error 001: expected token: ";", but found "-string-"
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(91) : warning 202: number of arguments does not match definition
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(91) : warning 202: number of arguments does not match definition
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(91) : warning 202: number of arguments does not match definition
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(91) : warning 202: number of arguments does not match definition
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(91) : warning 202: number of arguments does not match definition
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(155) : error 017: undefined symbol "INI_ReadInt"
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(156) : error 017: undefined symbol "INI_ReadInt"
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(157) : warning 202: number of arguments does not match definition
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(225) : error 017: undefined symbol "VPCivil"
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(225) : warning 215: expression has no effect
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(225) : error 001: expected token: ";", but found "]"
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(225) : error 029: invalid expression, assumed zero
C:\Users\user\Desktop\Brasil Play Fбcil RPG\gamemodes\RPG.pwn(225) : fatal error 107: too many error messages on one line
Entгo tem como alguem me ajudar ?
Linha Dos Cуdigos
PHP код:
ProgressaoInfo[playerid][Membro] = INI_ReadInt("Organizaзгo");
ProgressaoInfo[playerid][Cargo] = INI_ReadInt("Cargo");
PHP код:
if(VDaOrg(VPCivil,0,2) && ProgressaoInfo[playerid][Membro] != 2) return RemovePlayerFromVehicle(playerid), SendClientMessage(playerid, C_Civil, "Vocк nгo й da Policia Militar");
Tem Como alguйm me ajudar ?
Re: Ajuda Com organizacoes -
Maxwilson01 - 29.07.2016
Olб.
Bom nгo sou avanзado em pawn to comeзando agora, mas vou tentar ajudar.
Nessa linha estб reclamando pois essas variбveis nгo foram definida INI_ReadInt e VPCivil da um olhada veja se foram criadas, Ou mesmo foram criadas mas as vezes acontece do nome estб incorreto exemplo VpCivil.
Em alguma dessas linhas faltou " ; " estб passando direto. O restante nгo sei :/