04.07.2006, 04:37
wach! change day to night or night to day!
good
Code:
if (strcmp(cmdtext, "/night", true)==0)
{
/* Do something here */
SetWorldTime(0);
GameTextForPlayer(playerid,"~b~notte ~b~oscura ~g~LOL",5000,5);
return 1;
}
Quote:
|
if (strcmp(cmdtext, "/day", true)==0) { /* Do something here */ SetWorldTime(12); GameTextForPlayer(playerid,"~p~Giorno ~p~Felice ~p~LOL",5000,5); return 1; } |

