Wrong spawn location
#1

So in my Police Class people are supposed to spawn in Fort Carson Police Department when they use /rescue and choose Fort Carson, and should sometimes spawn at a random location (SFPD, LSPD, LVPD or FCPD).
I do have the coordinates to Fort Carson Police Department, but it takes me to Dillimore when I use /rescue.

pawn Код:
new ASpawnLocationsPolice[][TSpawnLocation] =
{
    {-217.18, 979.09, 19.50, 272.0} // Fort Carson
};
pawn Код:
case 4: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -217.18, 979.09, 19.50, 272.0, 0, 0, 0, 0, 0, 0);
Reply
#2

Well I'm not sure but if you have coordinates set inside of police Department then you should use set Player Interior ?
Reply
#3

I mean outside the Police Department.
Reply
#4

Tried some other coordinates, still the same thing..
Reply
#5

Any ideas?
Reply
#6

tell me what police dapartment u want to set player spawn at ?? (sf,ls,lv)
Reply
#7

The one in Fort Carson.
Reply
#8

why don't you try SetPlayerPos ?
Reply
#9

Because that would mess up the whole system, tried before.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)