Thread: Player Online
View Single Post
  #11  
Old 01-18-2009, 01:58 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
PHP Code:
if (findplayer(cona[0]).type() == 2)
if (
findplayer(cona[0]) != NULL)
if (
findplayer(cona[0]) != 0)
if (
findplayer(cona[0]).level.name.length() >= 4)
if (
findplayer(cona[0]).account == cona[0])
// etc 
many ways..
You can evetually try and repace findplayer() with findplayerbycommunityname()
__________________
Reply With Quote