10.08.2010, 18:20
(
Последний раз редактировалось robincom; 10.08.2010 в 18:37.
)
I want to make it a big explosion,like 5 cars exploding next to each other.
if (strcmp("/attachbomb", cmdtext, true) == 0)
{
new _obj = CreateObject(1654, 0, 0, 1.35, 0, 0, 0);
AttachObjectToPlayer(_obj, playerid, 0, 0, 1.35, 0, 0, 0);
SendClientMessage(playerid, COLOR_RED, "You attached the bomb to you!");
return 1;
}