View Single Post
  #2  
Old 03-20-2007, 12:41 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Here:

PHP Code:
//#CLIENTSIDE
function onPlayerChats()
{
     if (
player.chat.starts("/putpoly"))
     {
          
temp.verticies player.chat.substring(11).tokenize();
          echo(
temp.verticies);
          
          
          
showPoly(15temp.verticies);
     }

How to use: /putpoly vert1 vert2 vert3 vert4
__________________
What signature? I see no signature?
Reply With Quote