12.10.2013, 15:12
Hey,
I have United Gaming RolePlay Mod. I have to remove driving license system, how can I do that?
I have United Gaming RolePlay Mod. I have to remove driving license system, how can I do that?
if(PlayerInfo[playerid][pCarLic] == 0)
{
SendClientMessage(...);
}
if(PlayerData[playerid][IsANoob] == 1)
{
Kick(playerid);
}