View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 11-19-2018 , 19:20   Re: [H3LP] Argument type | formatex chat random
Reply With Quote #2

random("") is your problem.

random expects a number, not a string. Input a number and it will return a random number between 0 and the number - 1. random(10) will give random between 0 to 9.
__________________

Last edited by Bugsy; 11-19-2018 at 19:21.
Bugsy is offline