COMMAND:hello(playerid, params[]){ SendClientMessage(playerid, white, "Hello and welcome to this server!"); return 1;}
COMMAND:hi(playerid, params[]){ return cmd_hello(playerid, params);}