Quote:
Originally posted by LiquidIce00
isnt there a way to do it actually using the npc server?
|
There is, just add a weapon called for example -map to the weapons database of the server (Which is possible with the NPC Server), then you can just use the following scripts:
NPC Code:
//This is the map setting weapon
if (created) setmap image,textfile,x,y;
NPC Code:
//This is the NPC in a level on the server
if (playerenters) addweapon -Map;