Hi guys,
This is my second release and it is very useful for people moving to sq just for functions like mute,reloadscript, etc. Its even useful for me!
It turns the SQ functions into defined state of pawn (sorry if you cant understand, i cant help you)
It does things like converting ClientMessageToAll(message, color_red, color_green, color_blue); into SendClientMessageToAll(color, message); In V.1 the supported colors are: GREEN, COLOR_GREEN, RED, COLOR_RED and more will be included in the next version.
I give special credits to
VC Wiki because i got those functions that are actually in sq from there
You can download it from here. NO .EXE FILE INCLUDED
NOTE: You must make on onScriptLoad: dofile("files");
and replace files with all the files included and put them in your script directoryNL USA - Pawn definer for sqOLD VERSIONS:V1 : SendClientMessageToAll(color, message); and SendClientMessage(playerid, color, message);