mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
update: old name native
This commit is contained in:
@@ -28,8 +28,8 @@ CreateThread(function()
|
|||||||
sleep = 0
|
sleep = 0
|
||||||
BeginScaleformMovieMethodOnFrontendHeader("SET_HEADING_DETAILS")
|
BeginScaleformMovieMethodOnFrontendHeader("SET_HEADING_DETAILS")
|
||||||
ScaleformMovieMethodAddParamPlayerNameString(("%s %s"):format(NDCore.player.firstname, NDCore.player.lastname))
|
ScaleformMovieMethodAddParamPlayerNameString(("%s %s"):format(NDCore.player.firstname, NDCore.player.lastname))
|
||||||
PushScaleformMovieFunctionParameterString(("Cash: $%d"):format(NDCore.player.cash))
|
ScaleformMovieMethodAddParamTextureNameString(("Cash: $%d"):format(NDCore.player.cash))
|
||||||
PushScaleformMovieFunctionParameterString(("Bank: $%d"):format(NDCore.player.bank))
|
ScaleformMovieMethodAddParamTextureNameString(("Bank: $%d"):format(NDCore.player.bank))
|
||||||
EndScaleformMovieMethod()
|
EndScaleformMovieMethod()
|
||||||
elseif sleep == 0 then
|
elseif sleep == 0 then
|
||||||
sleep = 500
|
sleep = 500
|
||||||
|
|||||||
Reference in New Issue
Block a user