Thread: Some questions
View Single Post
  #13  
Old 05-05-2011, 09:20 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by papajchris View Post
Can strings like clientr. and client only be numbers? When I do scripts such as the following, they don't appear in attributes.

PHP Code:
function onPlayerTouchsme() {
 
client.high3=false;

if a var is set to false, it will no longer appear if you view a player's flags to prevent that var from taking up memory

since client.high3 wouldn't exist, evaluating

if(client.high3)

would return false since no value is attached to it
Reply With Quote