View Single Post
  #6  
Old 02-06-2012, 12:35 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
I don't see why the box the player is on, should be stored in a player flag.. Can't that value just exist in a level npc or something?

PHP Code:
if (pl.client.chance == num) { 
Should be

PHP Code:
if (pl.clientr.chance == num) { 
Plus FP4's post, should solve your problem. But make sure it doesn't kick EM's either..
Reply With Quote