11.08.2011, 15:08
Bom quando eu boto esse comando que vou postar abaixo, da montao de erros nao sei se ta faltando Chaves mais alguem pode me ajudar?
pawn Код:
////////////////////////////////////////////////////////////////////////////////
if((Matou[killerid] >= 0) && (Matou[killerid] <= 5)) //
{ ////////////////
label[playerid] = Create3DTextLabel("Player Amador",0x008080FF,30.0,40.0,50.0,40.0,0);////
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7); ////////////////
GivePlayerWeapon(playerid, 18, Policia); //
} //
if((Matou[killerid] >= 6) && (Matou[killerid] <= 10)) //
{ //////////////
label[playerid] = Create3DTextLabel("Player Foda",0x008080FF,30.0,40.0,50.0,40.0,0);////
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7); //////////////
GivePlayerWeapon(playerid, 33, Policia); //
} //
if((Matou[killerid] >= 11) && (Matou[killerid] <= 20)) //
{ //////////////
label[playerid] = Create3DTextLabel("Player Foda",0x008080FF,30.0,40.0,50.0,40.0,0);////
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7); //////////////
GivePlayerWeapon(playerid, 33, Policia); //
} //
if((Matou[killerid] >= 0) && (Matou[killerid] <= 5)) //
{ ////////////////
label[playerid] = Create3DTextLabel("Player Foda",0x008080FF,30.0,40.0,50.0,40.0,0);////
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7); ////////////////
GivePlayerWeapon(playerid, 18, Ladrao); //
} //
if((Matou[killerid] >= 6) && (Matou[killerid] <= 10)) //
{ ////////////////
label[playerid] = Create3DTextLabel("Player Foda",0x008080FF,30.0,40.0,50.0,40.0,0);////
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7); ////////////////
GivePlayerWeapon(playerid, 33, Ladrao); //
if((Matou[killerid] >= 11) && (Matou[killerid] <= 20)) //
{ //////////////
label[playerid] = Create3DTextLabel("Player Foda",0x008080FF,30.0,40.0,50.0,40.0,0);////
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7); //////////////
GivePlayerWeapon(playerid, 33, Policia); //