22.04.2014, 14:09
Quote:
good attempt but its some how misleading e.g: new time[20]; //adding time variable
this actually is declaring an array to be used as string which will be used to display a message. So better to write it like //declaring a string to send a message or something like that. ROBBING_TATOO[playerid] =0; // RESET THE TIMER well timer is quite different thing. It is more like a counter variable or a variable to be used as counter unless it reach specific value. Therefore it need some improved explanations at many points. Thats just few things to spot for now but it has to be improved. |