03/10/2022 12:55
(Esta mensagem foi modificada pela última vez a: 03/10/2022 12:56 por Device-Black.)
Plugin pawn plus concede varias funções matemáticas para aletoriedades e formação de loops e etc
Você procura por math_random(min=0, max=cellmax);
Pagina no Github: https://github.com/IllidanS4/PawnPlus
Código:
native unit:math_random_seed(seed);
native math_random(min=0, max=cellmax);
native math_random_unsigned(min=0, max=-1);
native Float:math_random_float(Float:min=0.0, Float:max=1.0);
Você procura por math_random(min=0, max=cellmax);
Pagina no Github: https://github.com/IllidanS4/PawnPlus
