I search filterscript - 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: I search filterscript (
/showthread.php?tid=583830)
I search filterscript -
ognyanov - 31.07.2015
Hello.I search a gang system.I want to include Gang zones,Gang house,Gang vehicles.
And the commands /makeleader /invite /uninvite /makeleader and the other commands
Re: I search filterscript -
zT KiNgKoNg - 31.07.2015
To start off you've posted in the wrong section, second try
this.
Re: I search filterscript -
ognyanov - 31.07.2015
I have a problem with this system
PHP код:
error 025: function heading differs from prototype
AW: I search filterscript -
Kaliber - 31.07.2015
Then give us the line...
Re: I search filterscript -
ognyanov - 31.07.2015
648 is this line
PHP код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
Re: I search filterscript -
jamesmith12 - 31.07.2015
Quote:
Originally Posted by ognyanov
648 is this line
PHP код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
|
Change this
PHP код:
damagedid, Float: amount, weaponid, bodypart
Re: I search filterscript -
ognyanov - 31.07.2015
Quote:
Originally Posted by jamesmith12
Change this
PHP код:
damagedid, Float: amount, weaponid, bodypart
|
change this to ?
Re: I search filterscript -
x3378 - 31.07.2015
Quote:
Originally Posted by wiki SA-MP
The body part that was hit. (NOTE: This parameter was added in 0.3z. Leave it out if using an older version!)
|
Try to compile without the parameter"bodypart" or updates the server version of the SA-MP to 3.z or higher.
Re: I search filterscript -
ognyanov - 31.07.2015
Quote:
Originally Posted by x3378
Try to compile without the parameter"bodypart" or updates the server version of the SA-MP to 3.z or higher.
|
The same error
Re: I search filterscript -
SpikeSpigel - 31.07.2015
Quote:
Originally Posted by ognyanov
change this to ?
|
You don't know anything about pawno , don't you ? Then don't make a server. You need to change these things with parameters.