Timer Countdown
#1

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

Note: i Will +REP
Reply
#2

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

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

-_-

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

forward Countdown();

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

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

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.
Reply
#7

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


Forum Jump:


Users browsing this thread: 1 Guest(s)