I spend almost 1 hour to figure it out but still said non-existing item everytime I killed MVP.. IDK Which part did I messed up.. So I post here for help.. Please advise.. Thank you in advance..
// item reward for completing each round
setarray .Rewards[0],6746,7914,969,31120;
set .Random, rand( getarraysize( .Rewards) );
set .round_item_id, (.Random) ;
set .round_item_amount, 1;
Question
rakuzas
Hi,
I spend almost 1 hour to figure it out but still said non-existing item everytime I killed MVP.. IDK Which part did I messed up.. So I post here for help.. Please advise.. Thank you in advance..
// item reward for completing each round setarray .Rewards[0],6746,7914,969,31120; set .Random, rand( getarraysize( .Rewards) ); set .round_item_id, (.Random) ; set .round_item_amount, 1;
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.