View Single Post
  #9  
Old 05-29-2005, 03:18 AM
PrinceDark PrinceDark is offline
Criminal X
PrinceDark's Avatar
Join Date: Feb 2003
Location: Miami, Florida
Posts: 662
PrinceDark will become famous soon enough
I guess it depends on how you use it. I tried it with keypressed also and it didn't work. I tried this online and my results was fine.
NPC Code:

//#CLIENTSIDE
if ( playerenters || timeout ) {
if ( keydown2(17,true) )
setplayerprop #c,true;
timeout = 0.05;
}

__________________
- Criminal X: certified nut case
Reply With Quote