लोड हो रहा है ...
1 file liked
1 comment
1 video
1 upload
1 follower
  • Default

    @SmokeyMacPot You're wrong dude :) I looked at each line in the file and found the problem.

    function personalVehicleMod.pay(money)
    if (PED.IS_PED_MODEL(PLAYER.PLAYER_PED_ID(), GAMEPLAY.GET_HASH_KEY("player_zero"))) then model = 0
    elseif (PED.IS_PED_MODEL(PLAYER.PLAYER_PED_ID(), GAMEPLAY.GET_HASH_KEY("player_one"))) then model = 1
    elseif (PED.IS_PED_MODEL(PLAYER.PLAYER_PED_ID().GET_HASH_KEY("player_two"))) then model = 2 end

    Last command is belong to Trevor and missing some words.It must be like that;

    elseif (PED.IS_PED_MODEL(PLAYER.PLAYER_PED_ID(), GAMEPLAY.GET_HASH_KEY("player_two"))) then model = 2 end

    Sorry for my English and thanks for the mod :)

    मई 10, 2018