help for stats fs - 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: help for stats fs (
/showthread.php?tid=78377)
help for stats fs -
javi1995iv - 19.05.2009
I need help to create a command with the stats of the players for dm (kill ...)
Please help me.
Re: help for stats fs -
Correlli - 19.05.2009
Search in scripting-showrooms. There are a lot of scripts like that.
Re: help for stats fs -
javi1995iv - 23.05.2009
But I do not find any that serves me, please to put here the link of the good one
Re: help for stats fs -
Correlli - 23.05.2009
http://forum.sa-mp.com/index.php?topic=92114.0
Re: help for stats fs -
javi1995iv - 23.05.2009
Quote:
Originally Posted by Don Correlli
|
It me does not work
Re: help for stats fs -
Correlli - 23.05.2009
What's exactly wrong?
Re: help for stats fs -
javi1995iv - 23.05.2009
Does not guard the stats of the players
Re: help for stats fs -
Weirdosport - 23.05.2009
Did you follow the installation instructions and put the functions and the include line in your script? Because I'm fairly sure the guy wouldn't release it if it didn't work...
EDIT: Saying that there are those stupid enough to release things without testing them...
Re: help for stats fs -
javi1995iv - 23.05.2009
To this:
Код:
S_OnPlayerDeath(killerid);
S_OnPlayerSpawn(playerid);
S_OnPlayerDisconnect(playerid);
S_OnPlayerConnect(playerid);
forward MoneyGrubScoreUpdate();
forward Givecashdelaytimer(playerid);
forward SetPlayerRandomSpawn(playerid);
forward SetupPlayerForClassSelection(playerid);
forward GameModeExitFunc();
forward SendPlayerFormattedText(playerid, const str[], define);
forward public SendAllFormattedText(playerid, const str[], define);
I want to put this:
Код:
ToD_OnPlayerDisconnect(playerid);
ToD_OnPlayerConnect(playerid);
How do I do it?
Re: help for stats fs -
Correlli - 23.05.2009
It's explained in the topic, isn't it?