GM Winter Posted August 26, 2021 Share Posted August 26, 2021 (edited) hello i would like to ask regarding about itemshower script the normal players can also use the commands how can i set this for only gm 99 thanks Quote - script Sample -1,{ OnInit: set .amount, 50; // amount of item to shower setarray .ItemID,677,12986,12221,12216,12215; .Size = getarraysize(.ItemID); bindatcmd "shower",strnpcinfo(3)+"::OnShower"; end; OnShower: getmapxy [email protected]$, [email protected], [email protected], BL_PC; freeloop(1); while ( .count < .amount ) { do { [email protected]_diff = [email protected] + rand(-15,15); [email protected]_diff = [email protected] + rand(-15,15); } while (!checkcell([email protected]$,[email protected],[email protected],cell_chkpass)); makeitem .ItemID[rand(.Size)],1,[email protected]$,[email protected]_diff,[email protected]_diff; // <<< im stuck on this set .count, .count + 1; } set .count, 0; end; } Edited September 18, 2021 by chadness solved Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted August 26, 2021 Share Posted August 26, 2021 (edited) 2 hours ago, chadness said: can i set this for only gm 99 bindatcmd "shower",strnpcinfo(3)+"::OnShower", 99; Edited August 26, 2021 by Emistry 1 Quote Link to comment Share on other sites More sharing options...
0 GM Winter Posted September 18, 2021 Author Share Posted September 18, 2021 On 8/26/2021 at 8:41 PM, Emistry said: bindatcmd "shower",strnpcinfo(3)+"::OnShower", 99; thanks sir @Emistry Quote Link to comment Share on other sites More sharing options...
hello i would like to ask regarding about itemshower script the normal players can also use the commands how can i set this for only gm 99 thanks
Edited by chadnesssolved
Link to comment
Share on other sites