22.11.2011, 17:30
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
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; }