[Help] Remove symbol
#1

How to remove variable or function?
On the wiki is:
Quote:
pawn Код:
native my_print(const string[]) = print;
Now the function print doesn't actually exist. It is still in SA:MP, and the compiler knows it's real name thanks to the "= print" part, but if you try call it in PAWN you will get an error as you have renamed print internally to my_print.

But the function print still exist. How can I remove it so that compiler doesn't know its real name?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)