Character Spawn Problem
#1

hi bro..

i have some problem with the start game..
every i spawn the character in game start i always not seen the character anims

this is the picture
http://prntscr.com/oigwm

thanks be4
Reply
#2

You Spawn in this Location Or?

Reply
#3

this location only :3

, i can't create a script for spawn player T_T
Reply
#4

Add some class at GameModeInit.
And show me your OnPlayerRequestClass.
Reply
#5

http://prntscr.com/olcln this is the OnPlayerRequestClass.

and what i must add at GameModeInit.
Reply
#6

Put this on OnPlayerRequestClass :
pawn Код:
SetPlayerPos(playerid,11.9577,1716.7191,22.6222);
SetPlayerFacingAngle(playerid, 128.0980);
SetPlayerInterior(playerid, 0);
SetPlayerCameraPos(playerid,9.6063,1715.1882,22.6113);
SetPlayerCameraLookAt(playerid,11.9577,1716.7191,22.6222);
CreateExplosion(11.9577,1716.7191,22.6222, 12, 0.1);
and see this : AddPlayerClass

Hope i Helped you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)