How to make that if I write !car it takes me 1000$ ?
If i write:
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("say","say_car") function say_car(id,txt) 	if (txt=="!car") then 		freeimage(id) 		id=image("gfx/cs2d.bmp",1,1,200+id) 		parse ("setmoney "..id.." -1000"); end