19.04.2011, 03:02
pawn Код:
public OnGameModeExitFunc()
{
if(!Fini_Exists("SeuArquivo.txt"))
Fini_Create("SeuArquivo.txt");
Fini_OpenFile("SeuArquivo.txt");
Fini_SetVal("Profissгo=%s",gTeam[playerid]);
Fini_SaveFile("SeuArquivo.txt");
Fini_CloseFile();
return 1;
}
Код:
C:\Users\GABRIEL\Desktop\samp03csvr_R2-2_win32\gamemodes\JokerBoy.pwn(236) : error 017: undefined symbol "playerid"