Thread: Plane
View Single Post
  #13  
Old 10-14-2005, 09:22 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
here's what I'm currently using (triggeraction under #CLIENTSIDE line)
NPC Code:
if (actionserverside) {
if (strequals(#p(0),fly)&&isonmap) {
setstring clientr.plane,#L,#v(playerx),#v(playery);
}
}
if (actionserverside) {
if (strequals(#p(0),warp)) {
setlevel2 #I(clientr.plane,0),strtofloat(#I(clientr.plane,1) ),strtofloat(#I(clientr.plane,2));
}
}

Reply With Quote