Thread: joining classes
View Single Post
  #1  
Old 12-27-2005, 07:41 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
joining classes

for some reason i can't join classes with this script (all names are correct, and the action is being called but none of the classes, even the ones that worked before, can be called like this anymore):
NPC Code:

if(actionserverside){
if(strequals(#p(0),lay)){
putnpc2 mousex,mousey,{join force field};
}
}
//#CLIENTSIDE

if(weaponfired || mousedown){
triggeraction 0,0,serverside,mousetest,lay;
}

Reply With Quote