Grand Theft Auto 5 | Codes| SPRX Sources 1.26 PS3

Would You Like More Posted, For Codes+Sources


  • Total voters
    5
  • Poll closed .

ruben92

Veteran
Messages
17
Reaction score
0
Points
791
To let you know when they take your weapons away I have tried it that way and I have not succeeded??

if (*(int*)addressOfArgs == REMOVE_ALL_WEAPONS_EVENT&& *(int*)(addressOfArgs + 0x8)) {
snprintf(scriptEventDialogText, sizeof(scriptEventDialogText), "~r~NOTICE!!! ~b~%s ~w~REMOTE_SCRIPT_LEAVE_EVENT!", senderName);
PRINT(scriptEventDialogText, 5000);
*(int*)addressOfArgs = 0;
}
if (*(int*)addressOfArgs == REMOVE_ALL_WEAPONS_EVENT{
snprintf(scriptEventDialogText, sizeof(scriptEventDialogText), "~r~NOTICE!!! ~b~%s ~w~REMOTE_SCRIPT_LEAVE_EVENT11111!", senderName);
PRINT(scriptEventDialogText, 5000);
*(int*)addressOfArgs = 0;
}
 
Top