#include <a_samp>new bob;public OnFilterScriptInit(){ bob = random(2400) + 100; printf("%i", bob); return 1;}