Re: Reikia paprastos plugino RTV.
Posted: 2014 Aug 10 11:03
buna ikeli bet vistiek nekomplina jie turbut skiriasi o ikeli kiur prie sma buna prisegtas sukomplina tadaDYaGesS wrote:nebent su kitu error.
buna ikeli bet vistiek nekomplina jie turbut skiriasi o ikeli kiur prie sma buna prisegtas sukomplina tadaDYaGesS wrote:nebent su kitu error.
NZT wrote:Ar išjungei kitus "Map related" pluginus?
Code: Select all
; Map related;nextmap.amxx ; displays next map in mapcycle;mapchooser.amxx ; allows to vote for next map;timeleft.amxx ; displays time left on map
Code: Select all
register_clcmd("say thetime", "Command_TheTime");
Code: Select all
public Command_TheTime(id){ new times[64]; get_time ("%Y/%m/%d - %H:%M:%S", times, charsmax(times)); client_print_color(0, id, "%s ^3The time is now^1: ^4%s^1.", PREFIX, times);}