Help me with this FS I made
#1

Ok so i made a player joiner, it doesnt work. IDK why?
Код:
#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" PLAYER JOINER FILTERSCRIPT BY KDSTRP");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}


public OnPlayerConnect(playerid)
{
  new string[64], pName[MAX_PLAYER_NAME];
  GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
  format(string,sizeof string,"%s has joined Black Ops",pName);
  SendClientMessageToAll(#define COLOR_BLUE 0x0000BBAA,string);
  return 1;
}
I want it to look like: (EXAMPLE NAME) Has Joined ERP. (IP Address Here) I just dont know what else to add, cause im not really knowing to the IP Address Coding.
Reply


Messages In This Thread
Help me with this FS I made - by KDSTRP - 15.06.2010, 05:53
Re: Help me with this FS I made - by Grim_ - 15.06.2010, 06:08
Re: Help me with this FS I made - by Cameltoe - 15.06.2010, 06:10
Re: Help me with this FS I made - by FabianoC - 15.06.2010, 09:34
Re: Help me with this FS I made - by RedCrownX - 16.10.2010, 02:42
Re: Help me with this FS I made - by Austin - 16.10.2010, 02:46
Re: Help me with this FS I made - by RedCrownX - 16.10.2010, 02:47
Re: Help me with this FS I made - by Austin - 16.10.2010, 02:53
Re: Help me with this FS I made - by RedCrownX - 16.10.2010, 03:15

Forum Jump:


Users browsing this thread: 1 Guest(s)