is it possibe to make a function where the pawn code itself is defined by the user in console?
ex:
amx_pawncode "set_user_godmode(id)" <-- Sets godmode on the user that called the command
amx_pawncode "set_user_godmode(9)" <-- Sets godmode on the user width userid #9
I've missed this many times, because im to lazy to install a ton of plugins to be able to use every single function in the amxx library