29.08.2017, 17:30
Why did you define these colors if you are not going to use them in the first place?
global variable to work with strings (new str[500];)? Terrible.
You do not need parameters in this command (CMD:viphelp(playerid,params[])) So drop the (params[])
Why did you stick stock mindlessly to all of your functions? Have a look at this https://sampforum.blast.hk/showthread.php?tid=570635
The list goes long, I'm just going to stop here, and also, please take time to least organize your thread. Add colors, decorate your paragraphs, upload images...
PHP Code:
#define COLOR_GREEN 0x1AFF00AA
#define COLOR_YELLOW 0xF6FF00AA
#define COLOR_BLUE 0x0055ffAA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_LBLUE 0x00aaffAA
#define COLOR_ORANGE 0xFFA600AA
You do not need parameters in this command (CMD:viphelp(playerid,params[])) So drop the (params[])
Why did you stick stock mindlessly to all of your functions? Have a look at this https://sampforum.blast.hk/showthread.php?tid=570635
The list goes long, I'm just going to stop here, and also, please take time to least organize your thread. Add colors, decorate your paragraphs, upload images...