Get Play key config - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Get Play key config (
/showthread.php?tid=556199)
Get Play key config -
Cerealguy - 10.01.2015
Hi, I explained. As you might get the configuration of a key player
Example:
KEY_WALK for default is LATL, but I put in "J"
format(string, sizeof(string), "You have config KEY_WALK in %s", GetPlayerKey(playerid, KEY_WALK");
SendClientMessage(playerid, -1, string);
MSG: You have config KEY_WALK in J
Respuesta: Re: Get Play key config -
Cerealguy - 10.01.2015
Quote:
Originally Posted by ******
You can't, just use messages like "Press WALK to use".
|
hmm, ok bro