07.04.2012, 14:52
The variable "Object" is not Global variable you must make it global variable to use in other thing (cmd, functions):
Add this on TOP of your script
Note: Delete Object var from your cmd : hERE
Add this on TOP of your script
pawn Код:
new Object;//now this is global variable
pawn Код:
new Float:x, Float:y, Float:z, Float:ang;//remove object var from here , no need for this we define it on top of our script