Ped Versuch2
This commit is contained in:
@@ -345,6 +345,15 @@
|
||||
dimension
|
||||
);
|
||||
}
|
||||
/*let dynamicPed = mp.peds.new(mp.game.joaat('mp_m_freemode_01'), mp.players.at(0).position, { dynamic: true });
|
||||
dynamicPed.controller = mp.players.at(0);
|
||||
|
||||
let staticPed = mp.peds.new(mp.game.joaat('player_zero'), mp.players.at(0).position,
|
||||
{
|
||||
dynamic: false, // still server-side but not sync'ed anymore
|
||||
frozen: true,
|
||||
invincible: true
|
||||
});*/
|
||||
if (model == 40) {
|
||||
ped = mp.peds.new(
|
||||
mp.game.joaat('cs_bankman'),
|
||||
|
||||
Reference in New Issue
Block a user