Destroy Object Help
#2

Try this, compile without error, didn't test it ingame!

pawn Код:
forward TimerBanca5(playerid);
public TimerBanca5(playerid)
{
    CreateObject(2634, 2145.3999023438, 1625.9000244141, 994.29998779297, 0, 0, 270);
    DestroyObject(2634);
    return 1;
}
//---------------------------------------------------------------------------------//
if(strcmp(cmd, "/bankrobbery", true) == 0)
{  
    SetTimerEx("TimerBanca5",16000,false,"i",playerid) ;
    return 1;
}
Reply


Messages In This Thread
Destroy Object Help - by villyboy - 09.07.2012, 11:41
Re: Destroy Object Help - by RedJohn - 09.07.2012, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)