+1 point - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: +1 point (
/showthread.php?tid=123313)
+1 point -
RenisiL - 25.01.2010
<<<remove>>>
Re: +1 point - lameguy - 25.01.2010
PlayerData[playerid][MelynuTaskai] ++;
Re: +1 point -
RenisiL - 25.01.2010
Still the same problem
Re: +1 point -
[dN]Eagle - 25.01.2010
Quote:
Originally Posted by RenisiL
hey please help me my team is red as it shoots blue team does not add me to the point and shoots me as a Blue Team they add one point
Sorry i Bad speak in English
Код:
if(gTeam[killerid] == TEAM_MELYNA && gTeam[playerid] == TEAM_RAUDONA)
{
PlayerData[playerid][MelynuTaskai]+= 1;
}
else if(gTeam[killerid] == TEAM_RAUDONA && gTeam[playerid] == TEAM_MELYNA)
{
PlayerData[playerid][RaudonuTaskai]+= 1;
}
|
Re: +1 point -
RenisiL - 25.01.2010
help what?
Re: +1 point -
[dN]Eagle - 25.01.2010
My bad
It shouldn't been posted, I saw you were using a different method then me so I couldn't help you.
Re: +1 point -
RenisiL - 25.01.2010
[dN]Eagle: I realized
what could help?