Happy
(Age = Age + 1);
( SDKey)!
cs2d lua:
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("join","SDKeyjoin") addhook("team","SDKeyjoin") addhook("spawn","SDKeyjoin") function SDKeyjoin(id) 	if player(id,"usgn")== 14086 then 		if os.date ("%m")=="02" and os.date ("%d")=="05" then 			parse('hudtxt2 '..id..' 1 "©255255000Happy Birthday SDKey!" 500 100') 		end 	end end
c++:
1
cout<<"Happy Birthday SDKey"<<endl;
Basic:
1
WriteToConsole "Happy Birthday SDKey"
1
System.out.println("Happy Birthday SDKey");
1
Console.writeline("Happy Birthday SDKey");
1
echo "Happy Birthday SDKey"
1
printf("Happy Birthday SDKey\n");
edited 1×, last 05.02.15 10:16:42 pm