[FilterScript] CyberPM v1.0 - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] CyberPM v1.0 (
/showthread.php?tid=255509)
CyberPM - Deleted -
Laronic - 15.05.2011
Outdated shitty script, removed
Re: CyberPM v1.0 -
Naruto_Emilio - 15.05.2011
Nice job it's similar to Garsino one but good job
Re: CyberPM v1.0 -
Laronic - 15.05.2011
Quote:
Originally Posted by Naruto_Emilio
Nice job it's similar to Garsino one but good job
|
Yeah it is similar but ehh he didnt have /rpm :P but i still scripted it from scratch
Re: CyberPM v1.0 -
lowrida018 - 16.05.2011
Nice job, but I hope you know, that most servers already come with pm'ing in the Game Mode.
Re: CyberPM v1.0 -
Laronic - 16.05.2011
Quote:
Originally Posted by lowrida018
Nice job, but I hope you know, that most servers already come with pm'ing in the Game Mode.
|
Yeah i know, i made this because i was bored, it only took me 10 min to make so it is a easy FS too.
Re: CyberPM v1.0 -
AlternativeDC - 25.05.2011
Bug On player sended message sender color to red green yellow not just 1 color
Understand!
Re: CyberPM v1.0 -
Laronic - 25.05.2011
Quote:
Originally Posted by AlternativeDC
Bug On player sended message sender color to red green yellow not just 1 color
Understand!
|
Sorry man, i dont understand what you mean, You got a screen of the bug?
Re: CyberPM v1.0 -
Raimis_R - 25.05.2011
Hello CyberGhost.
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
{
SetPVarInt(i, "LastPmFrom", -1);
SetPVarInt(i, "ReadingPMs", 0);
SetPVarInt(i, "PmStatus", 0);
}
You using this loop then starting FilterScript and actualy effect 0% because as always if variable don't used value is 0 and if server loading with this fs your loop SetPVar for 0 players.
Good luck in future
Re: CyberPM v1.0 -
Laronic - 25.05.2011
Quote:
Originally Posted by Raimis_R
Hello CyberGhost.
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++) { SetPVarInt(i, "LastPmFrom", -1); SetPVarInt(i, "ReadingPMs", 0); SetPVarInt(i, "PmStatus", 0); }
You using this loop then starting FilterScript and actualy effect 0% because as always if variable don't used value is 0 and if server loading with this fs your loop SetPVar for 0 players.
Good luck in future
|
I thinked on this way, Lets say a guy have 10 players on hes server then he go ingame and do "rcon loadfs CyberPM" and when he load the FS it "resets" the PVar for the 10 connected players. (So it don't get buggy for them)
And for the other players who connect after the FS is laded, The PVar "resets" OnPlayerConnect
Correct me if im wrong.
CyberGhost
Re: CyberPM v1.0 -
shitbird - 25.05.2011
Quote:
Originally Posted by AlternativeDC
Bug On player sended message sender color to red green yellow not just 1 color
Understand!
|
... and how is three different colours a bug?