I am adding lottery into my plug in and i made command to start lottery but its not working i want the jackpot to be what ever the admin wants so i put the following code.
Code:
register_concmd("amx_startlotto","cmd_startlotto",ADMIN_LEVEL_A); // start lottery
Code:
new lotterymsg[256] = "A new lottery has started, pick up your tickets now!!"
Code:
////////////////////////////////////////////////////////////////////
// Start Lottery
//////////////////////////////////////////////////////////////////
public cmd_startlotto(id,level,cid) {
if(!cmd_access(id,level,cid,4)) {
return PLUGIN_HANDLED;
}
// start lotto
new arg1[256];
new hudstring[256];
read_argv(1,arg1,255);
new jackpot = str_to_num(arg1)
format(hudstring,255,"%s",lotterymsg);
return PLUGIN_HANDLED;
}
i went into game and put
amx_startlottery 300
but it kept saying amx_startlottery usage.. and not acutally starting lottery
anyone help?
__________________
the shirt covered her face, she screamed and clawed, so billy stomped on the bitch until he broke in her jaw.