12.10.2013, 15:23
The variable on that GM is "pCarLic", so do CTRL + F and search for pCarLic and then delete all the functions / code that you find for that.
PS: DON'T just delete the word pCarLic, delete all of it, here's an example of what you might find:
Don't delete everything that you see around the pCarLic, just delete the bit where it opens up the bracket "{" up to the bit where it closes the bracket "}". So, you need to make sure you don't delete anything that's neccessary.
PS: DON'T just delete the word pCarLic, delete all of it, here's an example of what you might find:
pawn Код:
if(PlayerInfo[playerid][pCarLic] == 0)
{
SendClientMessage(...);
}
if(PlayerData[playerid][IsANoob] == 1)
{
Kick(playerid);
}