[Tool/Web/Other] Updated new.pwn [0.3d] - 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)
+---- Forum: Tools and Files (
https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Updated new.pwn [0.3d] (
/showthread.php?tid=314020)
Updated new.pwn [0.3d] -
cmg4life - 28.01.2012
All available callbacks added into new.pwn - v0.3d .
Forgot to mention: copy this into your "pawno" folder, in new.pwn .
http://pastebin.com/XgSVgPw4
Re: Updated new.pwn [0.3d] -
System64 - 28.01.2012
cool bro
Re: Updated new.pwn [0.3d] -
iPLEOMAX - 28.01.2012
Would come in handy sometimes. Thanks ce em ge.
Re: Updated new.pwn [0.3d] -
TheArcher - 28.01.2012
Can you write in this topic the new callbacks added?
Re: Updated new.pwn [0.3d] -
FireCat - 28.01.2012
pawn Код:
public OnPlayerTeamPrivmsg(playerid, text[])
{
return false; // Disables /tpm - sending team message (built in command).
}
dafak?
Re: Updated new.pwn [0.3d] -
Kaperstone - 28.01.2012
Quote:
Originally Posted by FireCat
pawn Код:
public OnPlayerTeamPrivmsg(playerid, text[]) { return false; // Disables /tpm - sending team message (built in command). }
dafak?
|
maybe.
anyway, you've added few more clean lines
delete them.
Re: Updated new.pwn [0.3d] -
cmg4life - 29.01.2012
You... are... kidding... me, right ? ... -_-' *facepalm*
Also:
https://sampwiki.blast.hk/wiki/Category:Scripting_Callbacks
Note: How can I say... ALL OF THE CALLBACKS... i think that suffices... you compare them and you will see.
Re: Updated new.pwn [0.3d] -
Bakr - 29.01.2012
Quote:
Originally Posted by cmg4life
|
I suppose you're one of those who don't test something before they release it? If you would have bothered to click the compile button or look through the include files, you would notice some of those callbacks were removed in later versions of SA:MP
*cough* OnPlayerTeamPrivmsg *cough*
Re: Updated new.pwn [0.3d] -
lordturhan - 29.01.2012
Quote:
Originally Posted by FireCat
pawn Код:
public OnPlayerTeamPrivmsg(playerid, text[]) { return false; // Disables /tpm - sending team message (built in command). }
dafak?
|
https://sampwiki.blast.hk/wiki/OnPlayerTeamPrivmsg
Lol it sends only to your team mates i think its bad -.-
Re: Updated new.pwn [0.3d] -
Mean - 09.02.2012
Quote:
Originally Posted by Bakr
I suppose you're one of those who don't test something before they release it? If you would have bothered to click the compile button or look through the include files, you would notice some of those callbacks were removed in later versions of SA:MP
*cough* OnPlayerTeamPrivmsg *cough*
|
I suppose you're the one that doesn't test, the function STILL exists. It compiles with no warnings or errors.