*-Little Help-*
#1

Hola:
There is A Object Holding Command And In One Command 2 Objects Added But When i type cmd /omg
Attaching only 1 object Why 2nd not Attaching

Код:
if (strcmp("/omg", cmdtext, true, 10) == 0)    {
	SetPlayerAttachedObject( playerid, 0, 362, 4, 0.000000, 0.000000, 0.000000, 9.439945, 25.443254, 354.971679, 2.000000, 2.000000, 2.020517 ); // minigun - 12345
    SetPlayerAttachedObject( playerid, 0, 362, 13, 0.000000, 0.000000, 0.000000, 144.902191, 27.411682, 0.000000, 2.000000, 2.000000, 2.020517 ); // minigun - 12342
	SendClientMessage(playerid, 0xE60000FF, "the object have been successfully attached");
	return 1;
    }
Reply
#2

no utiliza SetPlayerAttachedObject
EDIT: mi mal, yo no uso SetPlayerAttachedObject
Reply
#3

Dunno if its helpes but:..

pawn Код:
if (strcmp("/omg", cmdtext, true, 10) == 0)    {
    SetPlayerAttachedObject(playerid, 0, 1609, 4);
    SetPlayerAttachedObject(playerid, 1, 1609, 13);
    SendClientMessage(playerid, 0xE60000FF, "the object have been successfully attached");
    return 1;
    }
https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)