09.02.2009, 22:03
ty
it doesnt work here was my idea
So that function is called immediately but it should only start cause of the timer
hope u can help me
it doesnt work here was my idea
pawn Код:
public OnGameModeInit()
{
SetTimer("CreatePickupAtRandPos",6000,0);
}
pawn Код:
public CreatePickupAtRandPos(modelid)
{
new rand = random(sizeof RandomSpawn);
RandomPickupid = CreatePickup(modelid, 3, RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2]);
}
hope u can help me
