[Ajuda] Ajuda em numeros aleatorios para cod
#4

Quote:
Originally Posted by Marllun
Посмотреть сообщение
Exemplo
PHP код:
new Numb,stringg[35];
Numb = (random(50000));
format(stringgsizeof(stringg), "Nъmero aleatуrio: %d",Numb);
SendClientMessage(playerid,-1,stringg); 
A variбvel й desnecessбria neste caso. Use:

PHP код:
new stringg[35];
format(stringgsizeof(stringg), "Nъmero aleatуrio: %d",random(50000));
SendClientMessage(playerid,-1,stringg); 
Reply


Messages In This Thread
Ajuda em numeros aleatorios para cod - by SamuelMatheus05 - 20.02.2018, 19:22
Re: Ajuda em numeros aleatorios para cod - by JohnBlack - 20.02.2018, 19:31
Re: Ajuda em numeros aleatorios para cod - by Marllun - 20.02.2018, 23:52
Re: Ajuda em numeros aleatorios para cod - by JohnBlack - 20.02.2018, 23:54
Re: Ajuda em numeros aleatorios para cod - by Marllun - 20.02.2018, 23:57

Forum Jump:


Users browsing this thread: 1 Guest(s)