help please - 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: help please (
/showthread.php?tid=651733)
help please -
Dopeass - 26.03.2018
Hello Please i Need Help For Script that i can see some players Country by using command by only admin can see i want that type of script Please If Have any post ...it
Re: help please -
Lokii - 26.03.2018
https://sampforum.blast.hk/showthread.php?tid=296171
Re: help please -
Dopeass - 26.03.2018
Quote:
Originally Posted by Lokii
|
then it will Visible for everyone .. i want just like when i use command i can see or when i do /stats in player i can see that where he is from
Re: help please -
Lokii - 26.03.2018
Quote:
Originally Posted by Dopeass
then it will Visible for everyone .. i want just like when i use command i can see or when i do /stats in player i can see that where he is from
|
what make you think that??
PHP код:
if(IsPlayerAdmin(playerid))
{
new str[30], country[20];
GetPlayerCountry(playerid, country, sizeof(country));
format(str, sizeof(str), "country - %s", country);
//your dialog here
}