Thread: Gmap problem
View Single Post
  #6  
Old 01-16-2011, 05:18 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Bwaze View Post
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.");

__________________
Quote:
Reply With Quote