code help +rep
#1

Код HTML:
public OnPlayerConnect(playerid)
{
    new pmess[256],IP[256], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    GetPlayerIp(playerid,IP,sizeof(IP));
    printf("%s has joined the server. Country: %s | IP Address: %s",name, GetPlayerCountryName(playerid),IP);
    format(pmess,sizeof(pmess),"COL_RED%s"COL_WHITE" has joined the server from "COL_RED"%s.", name, GetPlayerCountryName(playerid));
    SendClientMessageToAll(-1, pmess);
    GameTextForPlayer(playerid, "~g~Welcome ~r~to ~p~Samp~y~Drifting ~b~Community", 5001, 6);
	return 1;
}
Код HTML:
See its showing Col_RED
Reply


Messages In This Thread
code help +rep - by SampAsia - 11.01.2015, 10:00
Re: code help +rep - by ]Rafaellos[ - 11.01.2015, 10:04
Re: code help +rep - by SampAsia - 11.01.2015, 10:06
Re: code help +rep - by SampAsia - 11.01.2015, 10:14
Re: code help +rep - by bgedition - 11.01.2015, 12:22
Re: code help +rep - by Ironboy - 11.01.2015, 12:24

Forum Jump:


Users browsing this thread: 1 Guest(s)