View Single Post
  #16  
Old 06-21-2012, 09:50 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by E_Man View Post
I don't get why I need to compare variables,
When I say comparing variables, this also counts for checking to see if one variable is equal to a numerical value.

Quote:
Originally Posted by E_Man View Post
also would client.variable work for global flags?
It would work yes, but this is a functionality designed to save variables permanently for online usage, which doesn't apply here.

It should be fine to do:

PHP Code:
//Weapon
bomb 1;

//NPC
if(bomb == 1){


Reply With Quote