17.03.2009, 11:07
Quote:
SendClientMessage(playerid, AnyColor, " ");? |
Quote:
Hmmm try deleting the *** Has joined lines in your gamemode, then run it with LAdmin |
Quote:
CTRL+F --> " "); |
---------------------------------------------------------------------------
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); |
Quote:
public OnPlayerConnect(playerid) { new PlayerName[MAX_PLAYER_NAME], string[256], file[256]; GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME); |
still thanx for helping guys... if someone got any other idea please let me know.