30.08.2011, 15:24
If you are lazy enough, why don't try the crashdetect plugin?
Use print("balbalba"); between functions will also help you debug the script.
Also, you don't need a sscanf for pure strings. Directly use "params" and isnull instead.
Last but not least, I guess the type in
is incorrect. Shouldn't that be something like
?
Edit:
Didn't see the above post
Use print("balbalba"); between functions will also help you debug the script.
Also, you don't need a sscanf for pure strings. Directly use "params" and isnull instead.
Last but not least, I guess the type in
pawn Код:
stock alphabetIndex(const input)
pawn Код:
char:input
Edit:
Didn't see the above post