03.12.2011, 16:44
EDIT: shadowing means you used it else where, either call " text " something else, or if its that same variable for a reason, make sure its at the top :
putting it at the top enables it to be used throughout the script
instead of using it under a command where it can only be used in that command
PHP код:
#include <SAMP>
new text;

