Thread: getnpc help
View Single Post
  #1  
Old 02-13-2006, 11:56 PM
talkingnoodle talkingnoodle is offline
Rapidwolve
talkingnoodle's Avatar
Join Date: Nov 2005
Location: Leominster, MA
Posts: 229
talkingnoodle is on a distinguished road
Send a message via AIM to talkingnoodle Send a message via MSN to talkingnoodle
getnpc help

PHP Code:
function onActionServerside(){
if (
params[0] == "check"){
this.accept 0;
with (getnpc("Police-DB")){
if (
player.account in this.admins){
this.accept 1;
}
}

if (
this.accept == 1){
player.chat "Accepted";
}else{
player.chat "Rejected";
}

Doesnt work it always says rejected
__________________


AIM: Rapidwolve Graal
MSN: [email protected]


2/12/06 - Crossroads NPC Admin
Reply With Quote