12 errors urgent
#7

Код:
#include <a_samp>
#include <streamer>
#include <sscanf2>
#include <YSI\y_commands>

#define COLOR_RED 0xFF0000FF


main()
{

}

public Ongamemodeinit()
{
return 1;
}

public OnGameModeExit()
{
return 1;
}

public OnPlayerConnect()
{
    SendClientMessage (playerid, COLOR_RED, "WELCOME TO THE AVIATION LIFE");
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof string,"%s has joined the server. Welcome!",pName);
    SendClientMessageToAll(0xFFFFFFAA,string);
return 1;
}
public OnPlayerDisconnect()
{
return 1;
}
Replace your code with this code.
Reply


Messages In This Thread
12 errors urgent - by hardiksingh5 - 18.03.2015, 14:18
Re: 12 errors urgent - by CalvinC - 18.03.2015, 14:20
Re: 12 errors urgent - by hardiksingh5 - 18.03.2015, 14:21
Re: 12 errors urgent - by CalvinC - 18.03.2015, 14:25
Re: 12 errors urgent - by hardiksingh5 - 18.03.2015, 14:26
Re: 12 errors urgent - by hardiksingh5 - 18.03.2015, 14:28
Re: 12 errors urgent - by Karan007 - 18.03.2015, 14:29
Re: 12 errors urgent - by iFiras - 18.03.2015, 14:40
Re: 12 errors urgent - by CalvinC - 18.03.2015, 14:41
Re: 12 errors urgent - by iFiras - 18.03.2015, 14:43
Re: 12 errors urgent - by hardiksingh5 - 18.03.2015, 14:46
Re: 12 errors urgent - by Sew_Sumi - 18.03.2015, 16:14

Forum Jump:


Users browsing this thread: 3 Guest(s)