(12-27-2018 - 07:26 PM)XBLxPhantom Wrote:Too Many Quotes (Click to View)
Aiight, I'mma be nice, Here is an Example on what you're doing wrong......... if (iArgs[0] == 0x3 && iArgs[2] == 0x14) {
ShowMessage_Name("~r~Attempted To Force You To GTA:O Tutorial! ~o~#Celestial FTW!!", sName);
ProtectionResponse(sName);
*(int*)0x835DB068 = 0x60000000;
}
pay close attention, iArgs[2] == 0x14 okay? now look at force to tutorial script event...void ForceTutorial(int player)
{
int args[3];
args[0] = 0x3;
args[1] = player;
args[2] = 0x14; <-----///////
TriggerScriptEvent(args, 3, player);
}
in your protections instead of you iArgs being [2] == 0x14 you probably have Args [1] == 0x14....
*Edit* fucking tard. next time don't C&P protections if u can't even make them work.
Congrats on the gift.