Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   disablemap (https://forums.graalonline.com/forums/showthread.php?t=134256192)

Crono1508 09-25-2009 10:11 PM

disablemap
 
Doesn't seem to work? What am I doing wrong.

GS2

NPC Code:
//#CLIENTSIDE
function onCreated(){
disablemap();
}



GS1
NPC Code:
//#CLIENTSIDE
if (created){
disablemap;
}



Neither of them work.

Mattehy 09-25-2009 11:07 PM

for the m key try
showstats() or
enablefeatures()
those might work, try graal.net and searching for that and if ur to lazy i got it for u
xD! < click xD!

sssssssssss 09-26-2009 05:37 PM

PHP Code:

disablemap(); 

should work, but like mattehy said, try
PHP Code:

enablefeatures(allfeatures 1); 

that will disable map as well. if you use that, to enable it again, just use
PHP Code:

enablefeatures(allfeatures); 


fowlplay4 09-26-2009 06:29 PM

Before you go off and start using disable, enablefeatures and so in different places you might want to consider using this instead:

http://forums.graalonline.com/forums...ad.php?t=87692


All times are GMT +2. The time now is 05:52 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.