08.12.2013, 00:15
hello,
i used slice's FS to get positions for objects i want to make for players.
But when i go to server and make attach the object doesnt appear at all so where is problem?
is use it like this:
I just removed the last 3 flaot amounts as they are optional or?
But why does object not appear?
I got server on samp 0.3x so this newer object must work.
This e.g. is working for me but the positions i get from the slice FS object dont work
Please some one can help, i will +rep u
Please
i used slice's FS to get positions for objects i want to make for players.
But when i go to server and make attach the object doesnt appear at all so where is problem?
is use it like this:
pawn Код:
//how i use it
SetPlayerAttachedObject(playerid, 0, 3026, 1, -0.150000, -0.100000, 0.000000, 0.000000, 0.000000, 0.000000);
//how the FS saved the object position
SetPlayerAttachedObject( playerid, 0, 3026, 1, -0.150000, -0.100000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
But why does object not appear?
I got server on samp 0.3x so this newer object must work.
This e.g. is working for me but the positions i get from the slice FS object dont work
pawn Код:
//this works
SetPlayerAttachedObject(playerid, 0, 19036, 2, 0.107, 0.020, 0.0, 90, 90, 0);
Please