10.11.2013, 03:19
Well how do I Make it so i have like informations? Like SendInformationMessage(playerid, color, infomessage)
like I want to make a stock with messages like
But they are not supposted to be random! NO!
I want to make it so me can add to command
Info(case1); and it will send message player
like I want to make a stock with messages like
Код:
stock Info() { case 1: SendClientMessage(playerid, COLOR_RED, "<!>You need to get a car"); case 2: SCM(playerid, COLOR_RED, "<!>You need to get a drinK!"); }
I want to make it so me can add to command
Info(case1); and it will send message player