SA-MP Forums Archive
no idea - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: no idea (/showthread.php?tid=113110)



no idea - armyoftwo - 12.12.2009

Код:
loadstats()
{
new team_uk[256];
TeamInfo[TEAM_UK][TurfWarsWon] = dUserINT(team_uk).("TurfWarsWon");
}
Save()
{
new team_uk[256];
dUserSetINT(team_uk).("TurfWarsWon",TeamInfo[TEAM_UK][TurfWarsWon]);
}
it doesnt save :/