05.06.2008, 17:48
Quote:
Originally Posted by Andre9977
GetName()
playerid - the player who's name we're getting The name will be stored in "PlayerName" variable! pawn Code:
|
Also:
pawn Code:
printf("KickEx(): %s(%i) kicked, reason: %s", PlayerName, playerid);
pawn Code:
printf("KickEx(): %s(%i) kicked, reason: %s", PlayerName, playerid, reason);
And also, it seems you are using your own GetName function wrongly, you say its GetName(playerid, variable) in the NameCheck() thing, yet it is actually GetName(playerid).