26.12.2011, 08:27
Heey all,
I want to make a command that if you use the command you attached object will the pos x changed by 1+.
Like This:
But its not working because i get error tag mismatch:line:new c1x[MAX_PLAYERS]=0.100000;
How can i let it work?
Thanks Admigo
I want to make a command that if you use the command you attached object will the pos x changed by 1+.
Like This:
Код:
//top of script new c1x[MAX_PLAYERS]=0.100000; /change pos x command SetPlayerAttachedObject( playerid, 1, 18892, 2, c1x[playerid]+1, 0.004999, -0.001000, 270.000000, 0.000000, 270.000000, 1.000000, 1.000000, 1.000000 );
How can i let it work?
Thanks Admigo