[FilterScript] /repairveh CMDS!
#1

DELETED
Reply
#2

a filterscript for just a command? seriously?

you could have wrote a tutorial instead
Reply
#3

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
Reply
#4

250 lines of non-sense.
Reply
#5

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

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
Reply
#7

Dont be sad just make nother one
Reply
#8

why would you need a flilterscript for 1 cmd
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)