_..+=:!!!HELP!!!:=+.._
#1

How to do a background check on nick (for example: if nick Admin then made function, if not then not done?
Reply
#2

https://sampwiki.blast.hk/wiki/Strcmp

Example

pawn Код:
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));

if(!strcmp(Name, "Admin"))
{
    // Name match
}
else
{
    // Name don't match
}
Reply
#3

http://forum.sa-mp.com/announcement.php?f=12
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)