Object Not Attaching plz Help
#10

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
pawn Код:
new Object;//now this is global variable
Note: Delete Object var from your cmd : hERE
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
Reply


Messages In This Thread
Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 13:32
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 13:40
Re: Object Not Attaching plz Help - by Manuel_P - 07.04.2012, 13:40
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 13:42
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 13:44
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 13:53
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 13:59
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 14:04
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 14:48
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)