Some errors needed help with
#8

moO!
pawn Код:
C:\Users\Charlie\Desktop\SAMP Server\gamemodes\BEvA51.pwn(242) : warning 211: possibly unintended assignment
C:\Users\Charlie\Desktop\SAMP Server\gamemodes\BEvA51.pwn(250) : warning 211: possibly unintended assignment
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.
And here is the lines
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(gTeam[playerid] = TEAM_MOBSTAS)
    {
        SetPlayerColor(playerid, 0xB8860BAA);
        SendClientMessage(playerid, COLOR_GOLD, "Type /MMission for your Mission");
        SendClientMessage(playerid, COLOR_GOLD, "Mission is to Kill the Gangstas, They took over all of Las Venturas");
        SendClientMessage(playerid, COLOR_GOLD, "They already took over Area 51, kill them all before they take moar!");
        GivePlayerMoney(playerid, 25000);
    }
    if(gTeam[playerid] = TEAM_GANGSTAS)
    {
        SetPlayerColor(playerid, 0xDC143CAA);
        SendClientMessage(playerid, COLOR_CRIMSON, "Type /GMission for your Mission");
        SendClientMessage(playerid, COLOR_CRIMSON, "You took over all of Las Venturas, Kill the Mobstas from their attempt to take over Area 51");
        SendClientMessage(playerid, COLOR_CRIMSON, "After taking over all of Las Venturas you have better supplies for attacking");
        GivePlayerMoney(playerid, 50000);
    }   //ignore from the }
    SendClientMessage(playerid, COLOR_LIGHTPINK, "Welcome to the War son");
    return 1;
}
and here are the pictures from when meh enteh

This is Mobstas

http://yfrog.com/5msamp20100710113558j

This is the Gangstas

http://yfrog.com/7gsamp20100710113612j

mOO! they need to say this...

mobstas:
pawn Код:
SendClientMessage(playerid, COLOR_GOLD, "Type /MMission for your Mission");
        SendClientMessage(playerid, COLOR_GOLD, "Mission is to Kill the Gangstas, They took over all of Las Venturas");
        SendClientMessage(playerid, COLOR_GOLD, "They already took over Area 51, kill them all before they take moar!");
and Gangstas:
pawn Код:
SendClientMessage(playerid, COLOR_CRIMSON, "Type /GMission for your Mission");
        SendClientMessage(playerid, COLOR_CRIMSON, "You took over all of Las Venturas, Kill the Mobstas from their attempt to take over Area 51");
        SendClientMessage(playerid, COLOR_CRIMSON, "After taking over all of Las Venturas you have better supplies for attacking");
moO!
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: 3 Guest(s)