HELP HELP
#2

Try this:
pawn Код:
dcmd_time(playerid,params[])
{
    new id, time;
    if( sscanf( params, "ui", id, time ) ) return SendClientMessage( playerid, -1, "Usage: /settime <ID/Part Of Name> <0-24>" );
    if( time > 24 || time < 0 ) return SendClientMessage( playerid, -1, "Available Hours: 0-24" );
    SetPlayerTime( id, time );
    return 1;
}
Reply


Messages In This Thread
HELP HELP - by FakkChass - 14.12.2013, 21:17
Re: HELP HELP - by Jimmy0wns - 14.12.2013, 21:19
Re: HELP HELP - by FakkChass - 14.12.2013, 21:21
Re: HELP HELP - by Chenko - 14.12.2013, 21:22
Re: HELP HELP - by Patrick - 14.12.2013, 21:26

Forum Jump:


Users browsing this thread: 1 Guest(s)