1 Fil gillad
1 kommentar
0 videos
0 Uppladdningar
0 Följare
@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 :)