Chaning First time spawn
#1

Hello. i have this wierd problem. i been lookin all over to find out what i can do to fix it.

Problem: i am trying to change player's first time spawn when they register the account. i have changed the coords under

AddPlayerClass

and still no luck. Please help
Reply
#2

Quote:
Originally Posted by Jamch
Посмотреть сообщение
Hello. i have this wierd problem. i been lookin all over to find out what i can do to fix it.

Problem: i am trying to change player's first time spawn when they register the account. i have changed the coords under

AddPlayerClass

and still no luck. Please help
it's no matter of addplayerclass, it's just adding the skin location at skin selection. look at OnPlayerSpawn
Reply
#3

Just SetPlayerPos in OnPlayerSpawn
Reply
#4

new Float:X, Float:Y, Float:Z;
GetVehiclePos(GetPVarInt(playerid, "NGPassengerVeh"), X, Y, Z);
SetPlayerPos(playerid, (X-2293), (Y-2449), Z);

Something to do with that? cause i cant find the skin thing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)