Help with script (rep+)
#1

how i can change the position when player connect
Reply
#2

Change the position when they connect? Do you mean when they spawn or are you talking about where they are when it says "Connected to blah blah"?
Reply
#3

which position are you talking about
please expain.??
Reply
#4

Код:
public OnPlayerSpawn
{
     SetPlayerPos(playerid , Float:X Float:Y Float:Z);
     return 1;
}
Reply
#5

this position
Reply
#6

pawn Код:
public OnPlayerSpawn
{
     SetPlayerPos(playerid , Float:X Float:Y Float:Z);
     return 1;
}
Dont use :
Float: X , Float: Y, Float Z Go on OnPlayerConnect and you see the same Code,copy the line with numbers on it and type it..
Reply
#7

Quote:
Originally Posted by boyan96
Посмотреть сообщение
this position i am with with o.3d but i find this picture in internet
Hmm I don't know if you could change that, but i'm sure a more advanced scripter would enlighten us
Reply
#8

i try but does not work
Reply
#9

go in game and go to the postion u want to the player spawn and do /save than got to My Documents\GTA San Andreas User Files\SAMP and u will fined "savedpositions" Than do
Quote:

public OnPlayerSpawn
{
SetPlayerPos(playerid , (Float:X Float:Y Float:Z));Change Those To the postion get saved
return 1;
}

Reply
#10

i don't wont on player spawn i won't OnPlayerConnect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)