Thread
:
File Checking
View Single Post
#
1
08-20-2001, 01:15 AM
General
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
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
General
View Public Profile
View GraalOnline Profile
Find all posts by General