Posts: 135
Threads: 25
Joined: Jun 2013
Reputation:
0
how i can edit dommands in filescripts
i need to change /setvip to /makevip because 1st one is used by another system
how i can change it
please help me
thank you
Posts: 135
Threads: 25
Joined: Jun 2013
Reputation:
0
i think im using zcmd,i can see zcmd in pwn folder
i need to edit VIPv1.3 , it have pwn and amx file
Posts: 135
Threads: 25
Joined: Jun 2013
Reputation:
0
i need to open pwn and find /setvip , change to /makevip , save and im done?
Posts: 26
Threads: 9
Joined: Nov 2013
Ziggy, Its Simple -
1.Go On your script
2. Find your setvip command
3. Change it to makevip
4. Compile
5. Your Done
6. +REP Meh
Posts: 135
Threads: 25
Joined: Jun 2013
Reputation:
0
how to compile,brother,please do this and send me script,please
and i will put it on my server and all done
Posts: 190
Threads: 28
Joined: Jul 2013
Reputation:
0
Here it is defined in steps:
1. Open your Filterscript.
2. Hit CTRL + H, you'll see two input boxes.
3. In the box Search for: type 'setvip'
4. In the box Replace with: type 'makevip'
5. Hit Yes to All button
You should be good to go.
EDIT: Didn't know too many people have already replied!
To compile, hit F5.