Cambiar de strcmp a zcmd errores ayuda
#1

Estoy empezando a cambiar de strcmp a zcmd y me sale algunos errores me ayudan
asi lo tenia
pawn Код:
if(strcmp(cmd, /armarse", true) == 0) {
      if(PlayerInfo[playerid][pFaccion] == 1){
     if(IsPlayerInRangeOfPoint(playerid,6.0,274.5042,119.2094,1004.6172)){
    GivePlayerWeapon(playerid, 24, 9977);
    GivePlayerWeapon(playerid, 3, 9977);
    GivePlayerWeapon(playerid, 27, 9977);
    GivePlayerWeapon(playerid, 31, 9977);
    GivePlayerWeapon(playerid, 29, 9977);
    SetPlayerArmour(playerid,100);
    }
 }
    return 1;
}
|-Asi lo puse-|
pawn Код:
CMD:armarse(playerid,params[])
      if(PlayerInfo[playerid][pFaccion] == 1){
     if(IsPlayerInRangeOfPoint(playerid,6.0,274.5042,119.2094,1004.6172)){
    GivePlayerWeapon(playerid, 24, 8888);
    GivePlayerWeapon(playerid, 3, 8888);
    GivePlayerWeapon(playerid, 27, 8888);
    GivePlayerWeapon(playerid, 31, 8888);
    GivePlayerWeapon(playerid, 29, 8888);
    SetPlayerArmour(playerid,100);
    }
 }
    return 1;
}
Cuando copilo no me sale los errores si no que me sale pawn compiler library dejo de funcionar
Reply


Messages In This Thread
Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 16:08
Re: Cambiar de strcmp a zcmd errores ayuda - by LiMPiTo - 13.01.2015, 16:11
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 16:52
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 16:54
Respuesta: Cambiar de strcmp a zcmd errores ayuda - by jotajeda - 13.01.2015, 17:02
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 17:10
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 17:12
Re: Cambiar de strcmp a zcmd errores ayuda - by LiMPiTo - 13.01.2015, 17:27
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 17:30
Re: Cambiar de strcmp a zcmd errores ayuda - by LiMPiTo - 13.01.2015, 17:48

Forum Jump:


Users browsing this thread: 4 Guest(s)