Posts: 7
Threads: 3
Joined: Jan 2014
Reputation:
0
Aigh, the Title says all so, how to change that, its on the GAMEMODE? or in other folder.. i want the line, to put the a new spawn for my server..
Thank you!
Posts: 385
Threads: 10
Joined: Dec 2013
Reputation:
0
OnPlayerRequestClass, change those coordinates to yours.
also do
SetPlayerPos( playerid, yourxcoord, yourycoord, yourzcoord ); at onplayerspawn.
Posts: 576
Threads: 85
Joined: Nov 2012
Reputation:
0
there is something on In .pwn file:-
OnDialogResponse
{
if(dialogid == DIALOG_LOGIN)
{
if(success)
{
SetPlayerPos(playerid, x, y, z);
}
}
return 1;
}