09.08.2009, 16:38
Ok Now i Get it How this SetTimerEx Work i have some Questions for you guys
1. i wanna tell i Think today will be Released A New Filterscript by me
2. it will be nice filterscript
ok now lets me tell my problems
1. I make a Timer For ''Surprise'' Function show on Map, And timer is 2 min - (test timer)
and if i dont want this ''suprise'' spawn again i must use kill timer ? right?
2. and i have problems with ''strings'' or what ever they are like %s %d etc...
here is the part of code:
so when player do something it write just his ID ... i want it write his NAME + ID how i can do that ?
this is all and i hope u will help me
1. i wanna tell i Think today will be Released A New Filterscript by me
2. it will be nice filterscript
ok now lets me tell my problems
1. I make a Timer For ''Surprise'' Function show on Map, And timer is 2 min - (test timer)
and if i dont want this ''suprise'' spawn again i must use kill timer ? right?
2. and i have problems with ''strings'' or what ever they are like %s %d etc...
here is the part of code:
Код:
format(string, sizeof(string), "%s (%d) *****SECRET********",pname,playerid); SendClientMessageToAll(0x33CCFFAA, string);
this is all and i hope u will help me