Thread: chair npcs
View Single Post
  #1  
Old 10-30-2005, 09:53 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
chair npcs

if the player is using V4, and sitting they can not use scripts using if playertouchsme (maybe more)?
this script does not work if the player is sitting and using V4, it works perfect for V2 this is for an event on my server, so people can't play it with V4
NPC Code:
//#CLIENTSIDE
if (created) {setimg redchair.png;
drawunderplayer;}
if (playertouchsme) {
for (i=0;i<9;i++) {
playery = playery+5.5;
sleep .08
}
}

Reply With Quote