Objects
#1

Hi, I set OnPlayerReqClass this
Код:
new rand = randomEx(0, 2);
    SetPlayerCameraPos(playerid, loginsl[rand][0], loginsl[rand][1], loginsl[rand][2]);
    SetPlayerCameraLookAt(playerid, loginsl2[rand][0], loginsl2[rand][1], loginsl2[rand][2]);
And problem is that when player connect he doesn't see any objects I put in mode.
Reply
#2

use save/Laod system , you'll find it in forums .

Good luk
Reply
#3

Are you using Incognito's streamer? If so you need to preload the objects for a player to see them in class selection.

pawn Код:
// Under OnPlayerRequestClass
Streamer_UpdateEx(playerid, loginsl[rand][0], loginsl[rand][1], loginsl[rand][2]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)