26.05.2010, 20:08
Search for the FirstName_LastName function then do this
pawn Код:
new Pname[24];
GetPlayerName(playerid, Pname, 24);
if(/*Firstname_lastname check is wrong*/) return 0;
//Other stuff here.