Quote:
Originally Posted by Bwaze
Loading the gmap is fine. I cant get NPCs or signs to say anything when i touch them on the gmap. single levels are fine i thought that maybe my system is preventing it from being shown
|
The sign system is just really outdated.
Try making an NPC and add this script to it:
PHP Code:
//#CLIENTSIDE
function onPlayerTouchsMe() {
say2("Hello World!\nYou look stunning today.");
}