I'm trying to run a formatex function in a plugin that I'm making, but it gives me some error that tells me
Code:
error 035: argument type mismatch (argument 1)
The line I'm trying to execute is
PHP Code:
formatex( message, 63, "%s^nHealth: %i^n[%s]", targetname, get_user_health( target ), random( sz_Reasons ) )
and the message declaration is
Any help would be appreciated.
__________________