23.10.2010, 13:02
why sleep(); function dont work in main() ? i make a test
but when 2 sec passed the window say me
any one knwo why dont work?
pawn Код:
print("test1");
sleep(2000);
print("test2");
Код:
Run time error 6: "Invalid instruction"