赞了1个文件
写了1个评论
上传了0个视频
上传0个文件
0个跟随者
@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 :)