[HELP]/time
#1

how to make /time 0-24
Reply
#2

If ya' want make it for Admins, Give us your admin Varriable..
Reply
#3

Quote:

If ya' want make it for Admins, Give us your admin Varriable..

No Need for Admin Variables
Reply
#4

What's i understand from him he want create
Settime. /time [0-24].
Reply
#5

pawn Код:
CMD:time( playerid, params[ ] )
{
    new stime;
    if( sscanf( params, "i", stime ) ) return SendClientMessage( playerid, -1, "Usage: /time <0-24>" );
    if( time > 24 || time < 0 ) return SendClientMessage( playerid, -1, "Available Hours: 0-24" );
    SetPlayerTime(playerid,stime,0);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)