07.08.2013, 11:00
This is mostly a scripting help topic, but also belongs in discusion..
Anyway, on topic.
I am coding the script with old functions like for example:
or
Is there any topic or etc that has alot of new functions that are faster then the stock ones?
Any much of the pawn and around it.
Including any old stock functions like strcmp, for, format and more.
Anyway, on topic.
I am coding the script with old functions like for example:
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
Код:
strcmp(cmd, "/mycommand", true) == 0)
Any much of the pawn and around it.
Including any old stock functions like strcmp, for, format and more.