how to change cmd - 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: how to change cmd (
/showthread.php?tid=486046)
how to change cmd -
ziggy - 06.01.2014
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
Re: how to change cmd -
StuartD - 06.01.2014
What command processor are you using..
Re: how to change cmd -
ziggy - 06.01.2014
i think im using zcmd,i can see zcmd in pwn folder
i need to edit VIPv1.3 , it have pwn and amx file
Re: how to change cmd -
JeffAnder - 06.01.2014
If you're using zcmd, Change CMD

etvip to CMD:makevip
Just deleting and replacing the actual command..
Re: how to change cmd -
ziggy - 06.01.2014
i need to open pwn and find /setvip , change to /makevip , save and im done?
Re: how to change cmd -
ziggy - 06.01.2014
im using this vip system
https://sampforum.blast.hk/showthread.php?tid=273773
can you please change /setvip to /makevip for me and send me fs again,please
please bro
thank you
Re: how to change cmd -
BradNunchr - 06.01.2014
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
Re: how to change cmd -
ziggy - 06.01.2014
how to compile,brother,please do this and send me script,please
and i will put it on my server and all done
Re: how to change cmd -
Tayab - 06.01.2014
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.
Re: how to change cmd -
ziggy - 06.01.2014
i will try now
thank you