[PWN] nBurn 0.1 by NtCat
#21

one last problem, you need to make sure the SetTimer is outside the player loop. At the moment that timer would be triggered as many times as there are players, which is unnecessary.

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    {
    if(IsPlayerConnected(i))
        {
        GetPlayerPos(i, X, Y, Z);
        SetTimer("MainBoom", 2000, 0); // This <------------
        CreateExplosion(X+5,Y,Z,0,1);
        CreateExplosion(X,Y+5,Z,0,1);
        CreateExplosion(X-5,Y,Z,0,1);
        CreateExplosion(X,Y-5,Z,0,1);
        }
    }
//Belongs here <-------------------------------------------------------
Reply


Messages In This Thread
[PWN] nBurn 0.1 by NtCat - by NtCat - 09.04.2009, 19:29
Re: [PWN] nBurn 0.1 by NtCat - by Maercell - 09.04.2009, 19:32
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 09.04.2009, 19:34
Re: [PWN] nBurn 0.1 by NtCat - by DMSOrg - 09.04.2009, 19:45
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 09.04.2009, 19:54
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 09.04.2009, 22:27
Re: [PWN] nBurn 0.1 by NtCat - by ICECOLDKILLAK8 - 10.04.2009, 01:55
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 07:01
Re: [PWN] nBurn 0.1 by NtCat - by gijsmin - 10.04.2009, 07:48
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 10:28
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 18:38
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 19:09
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 19:11
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 19:26
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 19:32
Re: [PWN] nBurn 0.21 by NtCat - by NtCat - 10.04.2009, 20:32
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 20:43
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 20:44
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 23:23
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 11.04.2009, 11:02
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 11.04.2009, 11:24
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 11.04.2009, 11:25
Re: [PWN] nBurn 0.1 by NtCat - by NigNog1 - 11.04.2009, 12:41
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 11.04.2009, 13:19

Forum Jump:


Users browsing this thread: 4 Guest(s)