How do i change starting point?
#1

im making a server form scratch and need to know thanks!
Reply
#2

Use SetPlayerPos (playerid, x,y,z); on the OnPlayerConnect callback.
REP+ If I HELPED
Reply
#3

Quote:
Originally Posted by VGG
Посмотреть сообщение
Use SetPlayerPos (playerid, x,y,z); on the OnPlayerConnect callback.
REP+ If I HELPED
lol...



You could do
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerPos(playerid, x,y,z);
}
That's a really simple method with no checks or anything for team etc.

You could also do,
pawn Код:
public OnGameModeInit()
{
    AddPlayerClass(skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
}
Reply
#4

My mistake.. It was SetSpawnInfo in the OnPlayerConnect callback..
Reply
#5

vgg do you mind If i ask you

Have you got skype because i might need some help along the way ill give you admin when this shits done
Reply
#6

Nah... I got my own VPS and server to manage.. But I can help ... Just gimme a REP+
Reply
#7

Rofl rep asker and he can't give you rep he got 5 post only :P

If you need help add me

Blade_Rawat or Blade
Meet ya there
Reply
#8

Minimum posts to give rep?
Reply
#9

Ehm i guess 25 or 50 :/


"This forum requires that you wait 120 seconds between posts. Please try again in 28 seconds."
Cough cough >.<
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)