View Single Post
  #2  
Old 09-25-2011, 06:34 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
PHP Code:
// Where is the triggerserver?
//#CLIENTSIDE 

function onPlayerChats() {
  if (
player.chat == "/kick") {
    for (
temp.plplayers) {
      if (
mousex in temp.pl.xtemp.pl.| && mousey in temp.pl.ytemp.pl.| ) {
        
triggerserver("gui"name"KickPlayer"temp.pl);
      }
    }
  }
// Missed a brace.

function KickPlayer() {
  
player.30;
  
player.30;

The corrections I could make are in the script.
__________________
Reply With Quote