Stupid radio
#3

As far as I know there fine.

pawn Код:
public OnPlayerConnect(playerid)
{
                    new string[64], pName[MAX_PLAYER_NAME];
                  GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
                  format(string,sizeof string,"%s has connected to the server.",pName);
                  SendClientMessageToAll(COLOR_YELLOW,string);
                    ResetPlayerWeapons(playerid);
            TogglePlayerControllable(playerid,1);
                    SetPlayerTeam(playerid,Team_Civ);
return 1;
}
Reply


Messages In This Thread
Stupid radio - by [LSR]State_Trooper - 03.04.2010, 07:12
Re: Stupid radio - by dice7 - 03.04.2010, 07:14
Re: Stupid radio - by [LSR]State_Trooper - 03.04.2010, 07:18
Re: Stupid radio - by dice7 - 03.04.2010, 07:23
Re: Stupid radio - by [LSR]State_Trooper - 03.04.2010, 07:28
Re: Stupid radio - by [LSR]State_Trooper - 03.04.2010, 07:29
Re: Stupid radio - by [LSR]State_Trooper - 05.04.2010, 00:42
Re: Stupid radio - by campkz - 05.04.2010, 01:42
Re: Stupid radio - by [LSR]State_Trooper - 05.04.2010, 02:46

Forum Jump:


Users browsing this thread: 1 Guest(s)