01.05.2016, 09:46
PHP код:
if(team[issuerid] == TEAM_ZOMBIE || TEAM_HUMAN)
{
if(pInfo[issuerid][pHour] <= 2)
{
if(team[playerid] == TEAM_HUMAN)
{
pInfo[issuerid][pXP] += 10;
}
}
}
PHP код:
// next time use {PHP} {/PHP} tags but with "[" square brackets instead of curly brackets for the code.
