Thread: Some Help
View Single Post
  #11  
Old 11-18-2001, 02:17 PM
Cybnext_Design Cybnext_Design is offline
Registered User
Join Date: Jun 2001
Posts: 244
Cybnext_Design is on a distinguished road
Send a message via AIM to Cybnext_Design
setstring compdead,

should be changed to:

setstring compdead, ;

and,

if (isweapon&&compdead=<50) {

should be changed to:

if (isweapon&&strtofloat(#s(compdead))>=50) {
__________________
Graal2001 NPC Maker
Frolic Owner
Aim: C Y B N E X T
Reply With Quote