C:\Users\anonymous\Desktop\TMS\filterscripts\ladmi n.pwn(810) : error 029: invalid expression, assumed zero -
maaz - 10.12.2013
Код:
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 ?
Re: C:\Users\anonymous\Desktop\TMS\filterscripts\ladmi n.pwn(810) : error 029: invalid expression, assumed zero -
Jay_ - 10.12.2013
Read the rules.