07.03.2015, 09:29
How to check if player string is date format (2015-03-07 YYYY-MM-DD) ? and too i want to do if player write number with 0 like 01 | 02 | 03 ... Replace that and make only 1 2 3
if(sscanf(params, "p<->ddd", Years,Month,Day )) { // Player write just command without parameters i can check it here? return 1; }