No veo cual es el problema?
#3

Код:
CMD:esposar(playerid,params[]) { new id; new string[256]; new string2[256]; 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 ",NombreJugador(id)); SendClientMessage(playerid, COLOR_CELESTE, string); format(string2, sizeof(string2), "El Policia %s te espososo",NombreJugador(playerid)); SendClientMessage(id,-1,string2); ApplyAnimation(id,"SWORD","sword_block",50.0,0, 1,1,1,1); return 1; } NombreJugador(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); return name; }
o

Код:
CMD:esposar(playerid,params[]) { new id; new string[256]; new string2[256]; new NombreJugador1[MAX_PLAYER_NAME], NombreJugador2[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!"); GetPlayerName(id, NombreJugador2, sizeof(NombreJugador2)); format(string, sizeof(string), "Has Esposado a %s ",NombreJugador2); SendClientMessage(playerid, COLOR_CELESTE, string); format(string2, sizeof(string2), "El Policia %s te espososo",NombreJugador); SendClientMessage(id,-1,string2); ApplyAnimation(id,"SWORD","sword_block",50.0,0, 1,1,1,1); return 1; }
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: 2 Guest(s)