Quote:
Originally Posted by ApothiX
um.. o__o
setmap, setminimap, changeletters are commands, not variables.
I believe you are thinking of the serveroption map=.
|
Somone must of been messing with it.
In other words the script should be.
NPC Code:
//#CLIENTSIDE
if(created||playerenters){
setletters=sparitoria-letters.gif;
setmap=sp_bigmap.gif,sp_bigmap.txt,0,0;
setminimap=sp_minimap.gif,sp_bigmap.txt,0,0;
That is what should be there right?