Зарежда...
1 харесван файл
1 коментар
0 видеоклипа
0 качвания
0 последователи
  • 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 :)