Hello Programmers I need help! - 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: Hello Programmers I need help! (
/showthread.php?tid=642994)
Hello Programmers I need help! -
DeathCore - 10.10.2017
Hi, I really need your help guys, I want to make a function which picks up 1 name from the file randomly and I can't do it ..
example:
https://prnt.sc/gvufrh
Thanks!
Re: Hello Programmers I need help! -
0x88 - 11.10.2017
new randomNames[5][] =
{
"bot1",
"bot2",
"bot3",
"bot4",
"bot5"
};
printf("%s", randomNames[ random(sizeof(randomNames)) ]);
Re: Hello Programmers I need help! -
Kyle - 11.10.2017
https://sampforum.blast.hk/showthread.php?tid=427888