How to put new CMD's in your server? - 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 put new CMD's in your server? (
/showthread.php?tid=496086)
How to put new CMD's in your server? -
MuhoX - 20.02.2014
Hello, I wanned to know how I can add new and better Commands in my server.
Someone please help me.

Or can you guys maybe give me a downloadlink for some commands but how to put them in?
Re: How to put new CMD's in your server? -
BroZeus - 20.02.2014
I think u need to read tutorial for scripting in sa-mp go to ****** and read some tutorials
Re: How to put new CMD's in your server? -
PowerPC603 - 20.02.2014
Downloading commands to copy/paste them into your own script would not work.
As you might be using different arrays, variables, enums and such other things, copied code will not work in 99% of the cases.
Coding them yourself is the best chance for success.
Open your script in pawno and type what you need.