Help Needed, Another Problem.
#1

Hey,
I have United Gaming RolePlay Mod. I have to remove driving license system, how can I do that?
Reply
#2

If you need anything, Ask me.
Reply
#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
#4

THank You ..
Close it Please
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)