22.02.2010, 01:38
Quote:
Originally Posted by NPTechStudios
Quote:
|
Ps : You can upload me your fonts.txd at C:/Program Files/RockstarGames/GTA San Andreas/models
because i'm have a fukkin fonts... Thank you in advance
Originally Posted by NPTechStudios
Quote:
|
Originally Posted by NPTechStudios
ETA = Estimated Time of Arrival.
And what the hell are you talking about fonts? |
Originally Posted by NPTechStudios
|
Originally Posted by ДitisOnHuora
How can i change the time? I mean on my host the time is atm 12:00:00 but i want it 15:00:00... How can i do that?
|
Originally Posted by Noredine
Quote:
|
Originally Posted by ДitisOnHuora
Quote:
|
dcmd_settime(playerid,params[]) { if(AccInfo[playerid][Level] >= 3) { new Index; new tmp[256]; tmp = strtok(params,Index); new tmp2[256]; tmp2 = strtok(params,Index); if(!strlen(tmp) || !strlen(tmp2) || !IsNumeric(tmp2)) return SendClientMessage(playerid, LIGHTBLUE2, "Usage: /settime [PlayerID] [Time(Hour)]") && SendClientMessage(playerid, orange, "Function: Will set the Time of specified player!"); new player1 = strval(tmp); new time = strval(tmp2); new string[128]; if(AccInfo[player1][Level] == ServerInfo[MaxAdminLevel] && AccInfo[playerid][Level] != ServerInfo[MaxAdminLevel]) return SendClientMessage(playerid,red,"ERROR: You cannot use this command on this admin"); if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) { SendCommandToAdmins(playerid,"SetTime"); format(string, sizeof(string), "|- You have set \"%s's\" Time to %d:00 -|", pName(player1), time); SendClientMessage(playerid,BlueMsg,string); if(player1 != playerid) { format(string,sizeof(string),"|- Administrator \"%s\" has set your Time to %d:00 -|", pName(playerid), time); SendClientMessage(player1,blue,string); } PlayerPlaySound(player1,1057,0.0,0.0,0.0); return SetPlayerTime(player1, time, 0); } else return ErrorMessages(playerid, 2); } else return ErrorMessages(playerid, 1); }
Originally Posted by Hernaner28
Nice! The only thing is that the clock behind this textdraw is still showed.
|