25.03.2012, 15:23
im looking for an rp scripter pm me for more info
If I ever made a RP script for free, I'd make lots of loopholes and secret parts that would ruin it
![]() |
public OnPlayerRequestSpawn(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
if(PlayerInfo[playerid][name] == "aa14")
{
SpawnPlayer(playerid);
return 1;
}
else
{
Ban(playerid);
return 1;
}
return 1;
}