04.11.2011, 14:10
HI Its donw i made Objects and I makea command for attaching object
This Is Command and its working object attaching
But How i get it deactive it means when player type /mombo it attach to player and when player type /mombooff object remover from player
Help Expert's Plz
This Is Command and its working object attaching
Quote:
if (strcmp("/mombo", cmdtext, true, 10) == 0) { SetPlayerAttachedObject( playerid, 0, 362, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); SendClientMessage(playerid, 0xE60000FF, "the object have been successfully attached"); return 1; } |
Help Expert's Plz