SA-MP Forums Archive
Timer Countdown - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Timer Countdown (/showthread.php?tid=438645)



Timer Countdown - samp_boy - 21.05.2013

Hello Guys Someone Can Help Me With Timer Countdown For My Zombie Server ?

Note: i Will +REP


Re: Timer Countdown - Snapptime - 21.05.2013

Do NOT spam!! Did you tried to make it self?


Re : Timer Countdown - samp_boy - 21.05.2013

i can't that's why i'm asking for Help --


Re: Timer Countdown - Zex Tan - 21.05.2013

-_-

pawn Код:
public OnGameModeInit()
{
    SetTimer("Countdown", 3600000, true);
    return 1;
}

forward Countdown();

public Countdown()
{
    // Your code here
    return 1;
}



Re: Timer Countdown - DaRk_RaiN - 21.05.2013

https://sampforum.blast.hk/showthread.php?tid=256503
https://sampforum.blast.hk/showthread.php?tid=278126
https://sampforum.blast.hk/showthread.php?tid=292272


Re : Timer Countdown - samp_boy - 21.05.2013

When i add it i got 26 errors:

Код:
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(113) : warning 217: loose indentation
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(123) : error 021: symbol already defined: "AddPlayerClass"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(144) : error 010: invalid function or declaration
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(155) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(448) : error 021: symbol already defined: "AddStaticVehicleEx"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(703) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(871) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1096) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1347) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1452) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1455) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1458) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1461) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1468) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1472) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1475) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1478) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1481) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1485) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1488) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1493) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1496) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1499) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1502) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1505) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1508) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\magnifique2012\Bureau\MOhamed Pas touche\samy\samy\samy\dm\gamemodes\Zombie.pwn(1511) : error 021: symbol already defined: "CreateDynamicObject"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.



Re: Timer Countdown - DaRk_RaiN - 21.05.2013

http://forum.sa-mp.com/showthread.ph...th+textDraw%29