Empty line (Ladmin Adminscript)
#5

Quote:

SendClientMessage(playerid, AnyColor, " ");?

I tried it, searched it all with ctrl F but didn't find anything like that.

Quote:

Hmmm try deleting the *** Has joined lines in your gamemode, then run it with LAdmin

i don't got *** front of joined message... only on disconnect player i got it, but disconnect message works perfect without any empty line above it.

Quote:

CTRL+F --> " ");

i searched letterly for " "); and " ") but didn't find anything like that... searched in gamemode and Ladmin.


---------------------------------------------------------------------------

This is what i got in my gamemode
Quote:

public OnPlayerConnect(playerid)
{
new pName[MAX_PLAYER_NAME];
new string[48];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s has joined the server.", pName);
SendClientMessageToAll(0x33AA33AA, string);

GetPlayerName(playerid, ConnectName, 30);

And this is what i got on Ladmin adminscript
Quote:

public OnPlayerConnect(playerid)
{
new PlayerName[MAX_PLAYER_NAME], string[256], file[256];
GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME);

I didn't had this problem before i used Ladmin...

still thanx for helping guys... if someone got any other idea please let me know.
Reply


Messages In This Thread
Empty line (Ladmin Adminscript) - by Horus - 17.03.2009, 04:34
Re: Empty line (Ladmin Adminscript) - by Kinetic - 17.03.2009, 04:43
Re: Empty line (Ladmin Adminscript) - by GTA_Rules - 17.03.2009, 10:41
Re: Empty line (Ladmin Adminscript) - by MenaceX^ - 17.03.2009, 10:56
Re: Empty line (Ladmin Adminscript) - by Horus - 17.03.2009, 11:07
Re: Empty line (Ladmin Adminscript) - by Horus - 18.04.2009, 11:12
Re: Empty line (Ladmin Adminscript) - by Klutty - 18.04.2009, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)