Need Help In This Command
#2

I'd recommend changing the way you name your variables and how you organize your code.

It's very difficult to understand what you have going on.

Instantly off the bat I can see in the "sscanf" portion, you don't need the array values. It correlates the variable type with the variable itself and all the information provided along with it.

Change it to: (params, "dss")

In the part where you format "giveplayerss", change it to:

format(giveplayerss, sizeof(giveplayerss), ..fill in..);

Regarding your files for each admin level and color, etc. why are you adding more files when you should just be editing the pre-existing one?

Maybe I'm just not understanding what you're attempting to do.
Reply


Messages In This Thread
Need Help In This Command - by SilverScripter - 16.07.2017, 18:24
Re: Need Help In This Command - by Daymen - 16.07.2017, 23:16
Re: Need Help In This Command - by Kane - 16.07.2017, 23:20
Re: Need Help In This Command - by SilverScripter - 17.07.2017, 01:12
Re: Need Help In This Command - by Kane - 17.07.2017, 04:07
Re: Need Help In This Command - by IceBilizard - 17.07.2017, 06:50
Re: Need Help In This Command - by RomaNScripteR - 17.07.2017, 07:05
Re: Need Help In This Command - by Tass007 - 17.07.2017, 08:30
Re: Need Help In This Command - by SilverScripter - 17.07.2017, 09:41
Re: Need Help In This Command - by Tass007 - 17.07.2017, 10:36

Forum Jump:


Users browsing this thread: 1 Guest(s)