SA-MP Forums Archive
[FilterScript] /repairveh CMDS! - 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] /repairveh CMDS! (/showthread.php?tid=431832)



/repairveh CMDS! - Giroud12 - 20.04.2013

DELETED


Re: /repairveh CMDS! - YesYesYes - 20.04.2013

a filterscript for just a command? seriously?

you could have wrote a tutorial instead


Re: /repairveh CMDS! - Giroud12 - 20.04.2013

Hahahahha,
I just release it,
if u want to use it download and if u dont want to use it,ignore it and i'll make tutorial,

Thx for Suggestion YesYesYes


Re: /repairveh CMDS! - Pottus - 20.04.2013

250 lines of non-sense.


Re: /repairveh CMDS! - Giroud12 - 20.04.2013

ok i know im a bad scripter but dont tell like that,


Re: /repairveh CMDS! - YesYesYes - 20.04.2013

I know I shouldn't, but let me tell you some bullshits in your filterscript

1. You have all the callbacks in it, which are just not needed, remove all of them.

2. You didn't even #define FILTERSCRIPT, its a gamemode..!!

3. I see some shits like this-
pawn Code:
if(GetPlayerMoney(playerid) < 500) return SendClientMessage(playerid, 0xFF0606AA, "You need $2500 dollars in order to use this command!");
4. Giving player money after repair, seriously?
pawn Code:
GivePlayerMoney(playerid, 2500);
5. I instantly said WTF after watching this-
pawn Code:
SendClientMessage(playerid, 0xFF0606AA, -1, "Your vehicle has been sucessfully repaired!");
pawn Code:
SendClientMessageToAll("0xFF0606AA, %s just use /repairveh and paid $2500!");
you need to format string, and use %s in that..!
also, how the hell you can use 4 parameters in SendClientMessage.

please, don't post FS if you are still learning, it also misleads other newbies


Re: /repairveh CMDS! - Jagitsha - 20.04.2013

Dont be sad just make nother one


Re: /repairveh CMDS! - cagaming - 20.04.2013

why would you need a flilterscript for 1 cmd