public BDAY()
{
new hour;//9891
new min;//9892
gettime(hour,min);
if(hour == 13 && min == 52)
{
SendRconCommand("hostname funktioniert ;P");
}
return 1;
}
Code
Script.pwn(9891) : warning 219: local variable "hour" shadows a variable at a preceding level
Script.pwn(9892) : warning 219: local variable "min" shadows a variable at a preceding level
Warum würde dies nicht gehen, und wie bekomme ich das zum Laufen ?
//Timer ist Oben in OnGameModeInit ;D .