Posts: 1,079
Threads: 64
Joined: Jan 2010
Kayla got it I think.. Well, check out
http://weedarr.wikidot.com/interior
pawn Код:
if (!strcmp("/sfpd", cmdtext, true))
{
SetPlayerPos(playerid, 246.375991,109.245994,1003.218750);
SetPlayerInterior(playerid, 10);
return 1;
}
Posts: 330
Threads: 118
Joined: Jul 2010
Reputation:
0
I mean i can get the co-ordinates to get in, but when i am in a need more co-ordinates to lay my pickup. for example:
/sfpd i am in the sfpd interior however i have mapped lockers and i want to lay a pickup in a certain positon next to the lockers. How do i get the co-ordinates for that position?
Posts: 246
Threads: 13
Joined: Aug 2010
Reputation:
0
Use /save or find a code /gps
Posts: 330
Threads: 118
Joined: Jul 2010
Reputation:
0
@Claude but on de-bug i can't find the SFPD interior so how can i /save? i will try gps.
Posts: 115
Threads: 8
Joined: Jun 2009
Reputation:
0
Just go into you server like anyone else would and type /save. No need for de-bug..
Posts: 330
Threads: 118
Joined: Jul 2010
Reputation:
0
Ah thanks, i thought you could only do it on de-bug.