21.03.2013, 02:08
YINI
https://sampforum.blast.hk/showthread.php?tid=273088 // use this to learn how to load and save data.....
https://sampforum.blast.hk/showthread.php?tid=386144 //how to edit offline stats..
https://sampforum.blast.hk/showthread.php?tid=273088 // use this to learn how to load and save data.....
https://sampforum.blast.hk/showthread.php?tid=386144 //how to edit offline stats..
pawn Код:
enum PQInfo
{
a1[256],
a2[256],
a3[256],
approved
}
new QAnswers[MAX_PLAYERS][PQInfo];
stock Path(playerid)
{
new string[256], playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername));
format(string, sizeof(string), "Quiz/%s.ini",playername);
return string;
}