I need help fast!
#1

Hi, I'm creating my own server but I'm stock on something. I want that wen a player connects to my server spawn only in this coordinates: -2471.11, -2797.41, 3.000
PLEASE help me!, Thanks
Reply
#2

'OnPlayerSpawn'
Reply
#3

PHP Code:
//OnPlayerSpawn
SetPlayerPos(playerid, -2471.11, -2797.413.000); 
Reply
#4

THANK YOU VERY MUCH!
Reply
#5

First click on find,type this
pawn Code:
public OnPlayerSpawn
Now look at this

pawn Code:
public OnPlayerSpawn(playerid)
{
SetPlayerPos (playerid,  put coordinates here);
    return 1;
}
If i helped don't forget to REP
Reply
#6

You're welcome for our help.
Reply
#7

Quote:
Originally Posted by James_Nick
View Post
First click on find,type this
pawn Code:
public OnPlayerSpawn
Now look at this

pawn Code:
public OnPlayerSpawn(playerid)
{
SetPlayerPos (playerid,  put coordinates here);
    return 1;
}
If i helped don't forget to REP
It did't work, take a look: .:if there is some thing wron tell me:.
Reply
#8

Quote:
Originally Posted by Lauder
View Post
It did't work, take a look: .:if there is some thing wron tell me:.
Sorry my friend now i seen im gonna show you where excactly


1-Click on find
2-type
pawn Code:
public OnPlayerSpawn


3-Now let's edit spawn point



Now compile it your done

If i helped don't forget to REP
Reply
#9

Quote:
Originally Posted by James_Nick
View Post
Sorry my friend now i seen im gonna show you where excactly


1-Click on find
2-type
pawn Code:
public OnPlayerSpawn


3-Now let's edit spawn point



Now compile it your done

If i helped don't forget to REP
YES! it worked. THANK YOU ALL!
Reply
#10

Quote:
Originally Posted by Lauder
View Post
YES! it worked. THANK YOU ALL!
Your welcome my friend if you need more help tell me and i will
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)