17.04.2011, 12:59
With
you can print the actual key referring to a funtion, like
will show "Press 2 to start submission" (if controls set to default).
If you use
the actual written text will be show and not "Press 2 to start submission." (if controls set to default). As not everyone has their keys set to default I can't say press 2 to start submission because that would cause confusion for players who haven't set their keys to default.
Anyone got a solution?
pawn Code:
GameTextForPlayer
pawn Code:
GameTextForPlayer(playerid, "Press ~k~~TOGGLE_SUBMISSIONS~ to start submission.", 3000, 4);
If you use
pawn Code:
SendClientMessage(playerid, COLOR_WHITE, "Press ~k~~TOGGLE_SUBMISSIONS~ to start submission.");
Anyone got a solution?