How to do this things?
#9

Quote:
Originally Posted by Vince
Посмотреть сообщение
Ok

PHP код:
#include <a_samp>
#include <izcmd>
static const RandCol[][]=
{
     
"{00FF00}""{FF0000}""{FFFF00}"
};
CMD:testrcol(playeridparams[])
{
     new 
string[15];
     new 
rand random(sizeof(RandCol));
     
format(stringsizeof(string), "%s hello."RandCol[rand]);
     
SendClientMessage(playerid, -1string);
     return 
1;

now better
Reply


Messages In This Thread
How to do this things? - by akib - 09.06.2017, 12:14
Re: How to do this things? - by Whatname - 09.06.2017, 12:24
Re: How to do this things? - by akib - 09.06.2017, 12:25
Re: How to do this things? - by Whatname - 09.06.2017, 12:26
Re: How to do this things? - by akib - 09.06.2017, 12:29
Re: How to do this things? - by Threshold - 09.06.2017, 12:34
Re: How to do this things? - by Whatname - 09.06.2017, 12:35
Re: How to do this things? - by Vince - 09.06.2017, 13:35
Re: How to do this things? - by Whatname - 09.06.2017, 14:15
Re: How to do this things? - by StaticYey - 09.06.2017, 14:54

Forum Jump:


Users browsing this thread: 1 Guest(s)