[Include] Death Reasons Array
#10

Quote:
Originally Posted by Darnell
Посмотреть сообщение
pawn Код:
format(string, sizeof(string), "[%s %i, %i] - [%i:%i:%i] - %s has died from %s\r\n", month,day,year,hour,minute,second,deadplayer,DeathReason[reason]);
that would work to for getting the month number, i have another array with all the months stored as text for the purpose of making my logs a bit easier to read. you would also then need to change the first string to integer

pawn Код:
format(string, sizeof(string), "[%i %i, %i] - [%i:%i:%i] - %s has died from %s\r\n", month,day,year,hour,minute,second,deadplayer,DeathReason[reason]);
Reply


Messages In This Thread
Death Reasons Array - by dowster - 30.07.2011, 22:34
Re: Death Reasons Array - by Donya - 30.07.2011, 23:25
Re: Death Reasons Array - by dowster - 30.07.2011, 23:44
Re: Death Reasons Array - by Donya - 30.07.2011, 23:52
Re: Death Reasons Array - by dowster - 31.07.2011, 03:34
Re: Death Reasons Array - by MA_proking - 31.07.2011, 04:07
Re: Death Reasons Array - by Lorenc_ - 31.07.2011, 04:19
Re: Death Reasons Array - by dowster - 31.07.2011, 04:20
Re: Death Reasons Array - by Darnell - 09.08.2011, 15:54
Re: Death Reasons Array - by dowster - 09.08.2011, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)