Posts: 36
Threads: 4
Joined: Dec 2016
Reputation:
0
There are some interiors which are inaccessible in the samp so going in those interiors and typing /save to get co-ordinates is not possible for me so what shall i do get the spawn points? Any master ideas?
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
What you're saying makes literally no sense. How do you think you're going to spawn a player somewhere that's not accessable?
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Whatname
You can make your own command to save
PHP код:
CMD:saveex(playerid, params[])
{
new Float:x, Float:y, Float:z;
new str[50];
GetPlayerPos(playerid, x, y, z);
format(str, sizeof(str), "/r/ninterior %d coords %0.2f %0.2f %0.2f", GetPlayerInterior(playerid), x, y, z);
new File:f = fopen("/savedpositions.txt", io_append);
fwrite(f, str);
fclose(f);
return 1;
}
|
Can you please read the thread... This isn't what he's asking for.
Posts: 81
Threads: 14
Joined: Jan 2018
please, do not double post the same topic
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Jithu
please, do not double post the same topic
|
please, don't bump topics that are over 6 months old, with nonsense.
Posts: 221
Threads: 49
Joined: Jun 2014
Reputation:
0
Try using samp map editor.
Just fly to the sky and look for interiors, then when you find one you're looking for, create a small object where you want the player to be spawned. Look for the interior ID on samp wiki...
Posts: 6,242
Threads: 8
Joined: Jun 2008
Read the damn thread before posting... This is over 6 months old...