Thread: Max/min
View Single Post
  #7  
Old 08-19-2003, 12:22 AM
Riot-Starter Riot-Starter is offline
Registered User
Join Date: Aug 2001
Location: Central Florida, USA
Posts: 79
Riot-Starter is on a distinguished road
Send a message via AIM to Riot-Starter
Quote:
Originally posted by Dach


Oh, I see what you mean, I like

be nice to be able to pass an array to showpoly... *kicks can*
You already can
NPC Code:
//#CLIENTSIDE
if(playerenters){
polys = {x,y,x+10,y+10};
showpoly 1,polys;
}

Reply With Quote