Random welcome/leaving messages come up when restarting
#8

Код:
C:\DOCUME~1\DANNY~1.YOU\MYDOCU~1\CNRSER~1\GAMEMO~1\Testing.pwn(421) : error 076: syntax error in the expression, or invalid function call
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код:
format(string, sizeof(string), "* %s has joined the server", GetName1);
stock:

Код:
stock GetName1(playerid)
{
    new Name[MAX_PLAYER_NAME];
    if(IsPlayerConnected(playerid))
    {
        GetPlayerName(playerid, Name, sizeof(Name));
    }
    return Name;
}
plz help
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)