View Single Post
  #2  
Old 02-09-2007, 10:39 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
HTML Code:
//#CLIENTSIDE
if (playerenters){
  loadmap gmapname;
}
example:
HTML Code:
//#CLIENTSIDE
if (playerenters){
  loadmap world;
}
Reply With Quote