Topic
:
Easy Map Script Fix
View Single Post
04-27-2012
5
Pauli
Registered User
Join Date: Sep 2011
Posts: 919
I'm not a pro and idk if this will work
PHP Code:
function
onKeyPressed
(
code
,
key
){
if (
key
==
"m"
)
{
//Open the map
} else
{
//Close the map
}
}
Pauli
View Public Profile
Send a private message to Pauli
Find More Posts by Pauli