Quote:
Originally Posted by Compton's Eazy E
SA-MP doesnt support mods
|
He's talking about script..
Quote:
Originally Posted by david_d8
Hello everybody 
I would like to know if you can do that only players with certain names
could use certain commands
Thanks alot 
|
Yes, it is. You would need to use
GetPlayerName function to get player's name and
strcmp to compare if the name-string is the same as the string you're checking but don't forget that strcmp will return 0 if the strings are the same (same goes if one of the strings is empty).