Quote:
Originally Posted by Bugsy
That error tells you exactly where you need the is_user_connected check (line 103). Also, please learn to properly indent your code.
PHP Code:
if(/* iButtons & IN_USE || */ is_user_connected(owner) && !is_user_alive(owner))
|
First thanks for your reply.
i indented my code in pawn tudio but when pasting here a bunch of things appear.
__________________