Bug with my register function's hours, minutes and seconds - 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)
+--- Thread: Bug with my register function's hours, minutes and seconds (
/showthread.php?tid=566780)
Bug with my register function's hours, minutes and seconds -
Sc0pion - 08.03.2015
Fixed!
Re: Bug with my register function's hours, minutes and seconds -
ReD_HunTeR - 08.03.2015
try this:
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
new x[PlayerData];
AccInfo[playerid] = x;
return 1;
}
Re: Bug with my register function's hours, minutes and seconds -
Sc0pion - 08.03.2015
Fixed