How to remove These errors from my 1 cmd?? (rep+)
#6

pawn Код:
SetTimer("5 seconds for the bomb to drop", 5000, false);
^ That should be, for example, :

pawn Код:
SetTimer("5SecondsToDrop", 5000, false);
You can't use blank spaces, since your timer will become a callback!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)