09.07.2012, 14:35
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;
}