buda Posted December 1, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 06/21/12 Last Seen: December 19, 2012 Share Posted December 1, 2012 Hello master scripters, is it possible to DISABLE this script for the players that are "overweight" ? Merry xmas master scripters! - script YggPsdsssdssddrize -1,{ OnMinute00: OnMinute10: OnMinute20: OnMinute30: OnMinute40: OnMinute50: set .@num, query_sql("SELECT `account_id` FROM `char` WHERE `online` = '1'",.@j); for(set .@i,0; .@i<.@num; set .@i,.@i+1) { attachrid(.@j[.@i]); if (!checkvending() && !checkchatting()) getitem 607,1; dispbottom "You received a f*king ygg"; detachrid; } end; } Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share Posted December 1, 2012 if (!checkvending() && !checkchatting() && checkweight( 607,1 ) ) refer checkweight Quote Link to comment Share on other sites More sharing options...
Question
buda
Hello master scripters,
is it possible to DISABLE this script for the players that are "overweight" ?
Merry xmas master scripters!
Link to comment
Share on other sites
1 answer 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.