Thread: File Checking
View Single Post
  #1  
Old 08-20-2001, 01:15 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
File Checking

//Non-P2P
if (fileexists(head#v(head).gif)) {
setplayerprop #3,head#v(head).gif;
}

//P2P
if (existsonserver(NewBomb.txt)) {
putnpc NewBomb.txt,Bomb.gif,x,y;
}

Might be useful for some of my scripts
Reply With Quote