24.04.2015, 03:45
in the command to kidnap, do the following:
pawn Код:
new string[128], name[MAX_PLAYER_NAME];
GetPlayerName(otherplayer, name, sizeof(name)); //replace otherplayer with whatever the target id is called
format(string, sizeof(string), "You kidnapped %s", name);
GameTextForPlayer(playerid, string, 5000, 2);

