10.07.2012, 14:45
This is the part I am confused about. Try this:
pawn Код:
main()
{
print("\n---------------------------------------");
print("Running Julius95's server\n");
print("---------------------------------------\n");
}
//----------------------------------------------------------
//******************************************************
public OnGameModeInit()
{
AddRadioStation("Radio Name Here", "LINKTORADIO", m = 1);
//Radio Name Here (Example: "Bounce FM") LINKTORADIO (Example: "http://www.streaming.com/myfile")
return 1;
}
//********************************************************************
public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid,"~w~Julius95's freemode",3000,4);
SendClientMessage(playerid,COLOR_WHITE,"Welcome to {88AA88}J{FFFFFF}ulius {88AA88}ser{FFFFFF}ver");
// class selection init vars
gPlayerCitySelection[playerid] = -1;
gPlayerHasCitySelected[playerid] = 0;
gPlayerLastCitySelectionTick[playerid] = GetTickCount();
//SetPlayerColor(playerid,COLOR_NORMAL_PLAYER);
// CODE CONTINUES...