Some errors needed help with
#10

Quote:
Originally Posted by Grim_
Посмотреть сообщение
Did you change this:
if(gTeam[playerid] = TEAM_MOBSTAS)
to this:
if(gTeam[playerid] == TEAM_MOBSTAS)

and this:
if(gTeam[playerid] = TEAM_GANGSTAS)
to this:
if(gTeam[playerid] == TEAM_GANGSTAS)
moO! thanks it works now will include in credits when post GM^^

EDIT:You think you might be able to help me with this?? i wanna make it so when the player dies it shows
"%s has died (reason)"

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new string[256];
    new playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid,playername,sizeof(playername));
    format(string, sizeof(string),"%s has Died",playername, reason);
    SendClientMessageToAll(0x00FF32FF,string);
    return 1;
}
Reply


Messages In This Thread
Some errors needed help with - by willsuckformoney - 09.07.2010, 08:16
Re: Some errors needed help with - by Hiddos - 09.07.2010, 08:23
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 08:36
Re: Some errors needed help with - by CAR - 09.07.2010, 08:37
Re: Some errors needed help with - by Hiddos - 09.07.2010, 08:45
Re: Some errors needed help with - by Miikkel - 09.07.2010, 09:08
Re: Some errors needed help with - by Grim_ - 09.07.2010, 09:10
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 09:11
Re: Some errors needed help with - by Grim_ - 09.07.2010, 09:13
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 09:17
Re: Some errors needed help with - by Grim_ - 09.07.2010, 09:18
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 09:23
Re: Some errors needed help with - by Grim_ - 09.07.2010, 09:29
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 09:41
Re: Some errors needed help with - by CAR - 09.07.2010, 10:10
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 10:39
Re: Some errors needed help with - by CAR - 09.07.2010, 11:00
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 11:05
Re: Some errors needed help with - by Betamaster - 09.07.2010, 11:09
Re: Some errors needed help with - by willsuckformoney - 09.07.2010, 11:14

Forum Jump:


Users browsing this thread: 4 Guest(s)