Guardar score
#3


En: OnPlayerConnect

Код:
if(dini_Isset("score.ini",PlayerName(playerid))) SetPlayerScore(playerid,dini_Int("score.ini",PlayerName(playerid)));
En: OnPlayerDisconnect

Код:
dini_IntSet("score.ini",PlayerName(playerid),GetPlayerScore(playerid));
En: OnGameModeInit o OnFilterScriptInit

Код:
if(!fexist("score.ini")) dini_Create("score.ini");
Reply


Messages In This Thread
Guardar score - by RatHack - 10.06.2010, 20:08
Re: Guardar score - by Gw-platinum - 10.06.2010, 20:12
Re: Guardar score - by ConecCionMex - 10.06.2010, 20:32
Re: Guardar score - by TheChaoz - 11.06.2010, 00:13
Re: Guardar score - by RatHack - 11.06.2010, 19:01
Re: Guardar score - by ConecCionMex - 11.06.2010, 19:03
Re: Guardar score - by RatHack - 11.06.2010, 19:09
Re: Guardar score - by ConecCionMex - 11.06.2010, 19:10
Re: Guardar score - by RatHack - 11.06.2010, 19:17
Re: Guardar score - by ConecCionMex - 11.06.2010, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)