11.12.2013, 19:00
alguem me ajuda !! plliz
C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(145) : error 017: undefined symbol "arquivo" C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(145) : error 029: invalid expression, assumed zero C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(145) : error 017: undefined symbol "txt" C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(145) : fatal error 107: too many error messages on one line |
dini_Create(arquivo.txt); |
public OnGameModeInit() { dini_Create(arquivo.txt); dini_Set("arquivo.txt","Player", "iShock"); return 1; } public OnFilterScriptExit() { DOF2_Exit(); // funзгo responsбvel em fazer o salvamento de dados quando um comando gmx for enviado, ou mesmo ao desligar o servidor. return 1; } |
dini_Exists > DOF2_FileExists dini_Remove > DOF2_RemoveFile dini_Create > DOF2_CreateFile dini_Set > DOF2_SetString dini_Get > DOF2_GetString dini_IntSet > DOF2_SetInt dini_Int > DOF2_GetInt dini_BoolSet > DOF2_SetBool dini_Bool > DOF2_GetBool dini_FloatSet > DOF2_SetFloat dini_Float > DOF2_GetFloat dini_Unset > DOF2_Unset dini_Isset > DOF2_IsSet DINI_fcopytextfile > DOF2_CopyFile |