No veo cual es el problema?
#1

Quote:
CMD:esposar(playerid,params[])
{
new id;
new string[256];
new string2[256];
new NombreJugador1[MAX_PLAYER_NAME];
GetPlayerName(playerid, NombreJugador1, sizeof(NombreJugador1));
if(gTeam[playerid] == TEAM_BLUE) return SendClientMessage(playerid,-1,"No eres Policia");
if(sscanf(params, "u", id)) return SendClientMessage(playerid, -1, "Uso correcto: /esposar [id]");
if(id == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_ROJO, "Ese jugador no estб conectado!");
format(string, sizeof(string), "Has Esposado a %s ",NombreJugador1(id));
SendClientMessage(playerid, COLOR_CELESTE, string);
format(string2, sizeof(string2), "El Policia %s te espososo",NombreJugador1(playerid));
SendClientMessage(id,-1,string2);
ApplyAnimation(id,"SWORD","sword_block",50.0,0, 1,1,1,1);
return 1;
}
Quote:
C:\Users\JhenselRijo\Videos\GM CSGO\gamemodes\CSGO.pwn(639) : error 012: invalid function call, not a valid address
C:\Users\JhenselRijo\Videos\GM CSGO\gamemodes\CSGO.pwn(639) : warning 215: expression has no effect
C:\Users\JhenselRijo\Videos\GM CSGO\gamemodes\CSGO.pwn(639) : error 001: expected token: ";", but found ")"
C:\Users\JhenselRijo\Videos\GM CSGO\gamemodes\CSGO.pwn(639) : error 029: invalid expression, assumed zero
C:\Users\JhenselRijo\Videos\GM CSGO\gamemodes\CSGO.pwn(639) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Porfavor no ceo el problema sera el id pero lo puse de diferentes forma no se arregla.
Reply


Messages In This Thread
No veo cual es el problema? - by Gamerd - 18.09.2017, 15:52
Re: No veo cual es el problema? - by Gamerd - 18.09.2017, 16:00
Respuesta: No veo cual es el problema? - by Cothect - 18.09.2017, 16:06
Re: No veo cual es el problema? - by adri1 - 18.09.2017, 20:15
Respuesta: Re: No veo cual es el problema? - by JhonelBastidas - 18.09.2017, 20:35
Re: No veo cual es el problema? - by Gamerd - 18.09.2017, 20:45
Re: No veo cual es el problema? - by Toroi - 18.09.2017, 21:28
Re: No veo cual es el problema? - by pabloalber84ban - 19.09.2017, 05:10

Forum Jump:


Users browsing this thread: 1 Guest(s)