Töltés...
1 fájlt kedvelt
1 hozzászólás
0 videó
0 feltöltés
0 követő
  • 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 :)

    2018. május 10.