GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: ALIEN - 2010. december 29. - 21:33:25

Cím: Timer
Írta: ALIEN - 2010. december 29. - 21:33:25
Csá!
Segítséget, kérek abban hogy kell megcsinálni hogy valami történik akkor,
egy adott idõ után is történik valami. És ki is írja, pl textdrawal.
Bocs de mindent elfelejtettem amit eddig tudtam.  :D FULL komoly.  :alien:
Kösz.
Cím: Timer
Írta: nyE - 2010. december 29. - 21:44:06
http://sampforum.hu/index.php?topic=6468.0 ;)
Cím: Timer
Írta: ALIEN - 2010. december 29. - 22:31:27
Idézetet írta: Antonyo date=1293655446\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"5018\" data-ipsquote-contentclass=\"forums_Topic
http://sampforum.hu/index.php?topic=6468.0 ;)
 
Jaja, ezen már gondolkodtam, de olyan kéne hoyg ki is írja hogy, 19,18,17,16 ...
Mint a count.
Cím: Timer
Írta: Gang[St]e[R] - 2011. január 02. - 17:12:13
igy gondolod? :
 
 
public OnPlayerConnect(playerid)
{
    SetTimer(\"Vmi\", ide ird az idõt (1000 = egy másodperc), true);
}
forward Vmi(playerid);
public Vmi(playerid)
{
     // Ide ird amit akarsz ami az idõ elteltével történjen
}