No veo cual es el problema?
#8

Quote:
Originally Posted by Toroi
Посмотреть сообщение
Код:
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));
NombreJugador1 no es una funciуn, es un string.

Код:
new NombreJugador1[MAX_PLAYER_NAME];
Accede a йl como un string, no como una funciуn.
Ademas de eso, te recomiendo nombrar el nombre con +1 para el valor nulo de string:
Код:
new NombreJugador1[MAX_PLAYER_NAME + 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: 1 Guest(s)