How can i make this?
#4

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..
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;
}
Reply


Messages In This Thread
How can i make this? - by Don_Cage - 21.03.2013, 01:47
Re: How can i make this? - by Glad2BeHere - 21.03.2013, 01:58
Re: How can i make this? - by Don_Cage - 21.03.2013, 02:00
Re: How can i make this? - by Glad2BeHere - 21.03.2013, 02:08
Re: How can i make this? - by Jamixd1 - 21.03.2013, 02:44
Re: How can i make this? - by Don_Cage - 21.03.2013, 03:06

Forum Jump:


Users browsing this thread: 2 Guest(s)