SA-MP Forums Archive
Question + s - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question + s (/showthread.php?tid=90687)



Question + s - Geekzor - 09.08.2009

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:

Код:
format(string, sizeof(string), "%s (%d) *****SECRET********",pname,playerid);
SendClientMessageToAll(0x33CCFFAA, string);
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