View Single Post
  #3  
Old 05-05-2007, 01:21 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
[/QUOTE]

Quote:
Originally Posted by cbkbud View Post
Look, your code is ****. You took great code from Gambet, erased his name and put your own on it, and then cry to us when it doesn't work.

Firstly, IT IS SERVERSIDE!

Secondly, MAKE A CLASS!

Thirdly, DO NOT MIX GS1 AND GS2!

Go to RC, go to classes, than create a new class. Name it "baddy". In that class, put Gambet's GBaddy. Then put this in a level.

PHP Code:
function onPlayerChats()
{
  if ( 
player.chat == "/baddy" )
  {
    
putnpc2player.xplayer.y"join( \"baddy\" ); ");
  }

Please take the time to look at the wiki and learn GS2, then maybe we won't all have to cry whenever you post.

EDIT:


I second that.
that worked thank you soo much.

but how do i delete an npc?
__________________
**FLIP OUT**
Reply With Quote