destroy object
#7

Код:
if (strcmp("/createminigun", cmdtext, true, 14) == 0)
if(spree[playerid] == 10) {
	{
	new Float:createx, Float:createy, Float:createz, Float:Rotation;
	GetPlayerPos(playerid,createx,createy,createz);
	GetPlayerFacingAngle(playerid,Rotation);
	SaveMinigunDataToLog(CreateMinigun(createx,createy,createz -1,Rotation,10,4,true),"blub");
	}
  return 1;
	}
This is working now how to i destroy the object now with a 20 second timer
Reply


Messages In This Thread
destroy object - by 02manchestera - 28.03.2010, 12:54
Re: destroy object - by [LSR]State_Trooper - 28.03.2010, 12:57
Re: destroy object - by 02manchestera - 28.03.2010, 12:59
Re: destroy object - by 02manchestera - 28.03.2010, 13:05
Re: destroy object - by [LSR]State_Trooper - 28.03.2010, 13:08
Re: destroy object - by [LSR]State_Trooper - 28.03.2010, 13:14
Re: destroy object - by 02manchestera - 28.03.2010, 13:26
Re: destroy object - by [LSR]State_Trooper - 28.03.2010, 13:31

Forum Jump:


Users browsing this thread: 2 Guest(s)