Loop & Callback.
#1

Hello, I have a lot of callback:

Bus1 ()
Bus2 ()
Bus3 ()
and so on.

I want to call out (use) them in the loop so that the latter figure is changed .. You know what I mean. new a = 0 and <quantity; a++...

And now for something on a bus% d (), or something like that.

Pls help
Reply
#2

Do you mean this?
pawn Код:
new call[10];
format(call, sizeof(call), "Bus%i", number);
CallLocalFunction(call, "");
Or something like that...
Reply
#3

Very thanks for you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)