21.02.2014, 15:34
(
Последний раз редактировалось AroseKhanNiazi; 11.03.2014 в 10:39.
)
Fixed
COMMAND:wave(playerid, params[]) return AnimLoopPlayer(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Wave
format(string, sizeof(string), "*%s (%d) Waves At %s (%d).", pname, playerid, nPlayer, nName);
here is the fail.
Код:
format(string, sizeof(string), "*%s (%d) Waves At %s (%d).", pname, playerid, nPlayer, nName); if not, nPlayer is the ID, and nName is the name right? You made it show the ID in the string and name in the integer. Just change place on those 2 EDIT: do the same for the line with corpse |