C:\Users\anonymous\Desktop\TMS\filterscripts\ladmi n.pwn(810) : error 029: invalid expression, assumed zero
#1

Код:
public OnPlayerConnect(playerid)
{
    if(PlayerInfo[playerid][Level] >= 3 
    {
        new name[ 24 ], string[ 64 ];
        GetPlayerName( playerid, name, 24 );
        format( string, sizeof(string), "{FF0000}[Moderator] %s {00FFFF}has joined to{FF0000}[The PiRaTe]!", name );
        SendClientMessageToAll(COLOR_WHITE,string);
        return 1;
	}
Whats wrong here ?
Reply
#2

Read the rules.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)