Help Needed, Another Problem.
#3

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:

pawn Код:
if(PlayerInfo[playerid][pCarLic] == 0)
{
    SendClientMessage(...);
}
if(PlayerData[playerid][IsANoob] == 1)
{
    Kick(playerid);
}
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.
Reply


Messages In This Thread
Help Needed, Another Problem. - by spiderr - 12.10.2013, 15:12
Re: Help Needed, Another Problem. - by spiderr - 12.10.2013, 15:22
Re: Help Needed, Another Problem. - by DanishHaq - 12.10.2013, 15:23
Re: Help Needed, Another Problem. - by spiderr - 12.10.2013, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)