11.07.2014, 05:30
Another edit... just like the other 3/4 of the zombie servers...
Apparently you didn't see what I mean... this is another edit, no matter how much you try to deny it. Judging by this topic, I seen the word "Added" all the time and that proves that this script was just edited. It's pointless to keep posting scripts like this because it will end up like roleplay scripts, edited and not worth a fuck.
|
If nothing is bugged and you got permissions, than i must say...
Good Job! |
Credits:
New and old developers of this Gamemode those who deserve their credits are: |
I don't support edits, my friend. So if people try to say "another edit" to the edited NGG or any other roleplay script, they're jealous too? No, because there are way too many of them and some of them can't even last longer than a week without shutting down due to mindless people who don't even know how to run a server. This'll be my last comment, if you or anyone else replies to this post, I won't review it nor reply. You got my opinion.
|
Any ideeas how can be fixed? Begginer at scripting, for the moment.
|
if(team[issuerid] == TEAM_ZOMBIE || TEAM_HUMAN)
{
if(pInfo[issuerid][pHour] <= 2)
{
if(team[playerid] == TEAM_HUMAN)
{
pInfo[issuerid][pXP] += 10;
}
}
}
if(team[issuerid] == TEAM_ZOMBIE)
{
if(pInfo[issuerid][pHour] <= 2)
{
if(team[playerid] == TEAM_HUMAN)
{
pInfo[issuerid][pXP] += 10;
}
}
}
if(team[issuerid] == TEAM_HUMAN)
{
if(pInfo[issuerid][pHour] <= 2)
{
if(team[playerid] == TEAM_ZOMBIE)
{
pInfo[issuerid][pXP] += 10;
}
}
}