05.12.2010, 20:42
When i type /enter to go into the PD I fall through the floor, and die? What is wrong?..
^^ - Im not on MSN at the moment, just post the code? Then more than 1 person can attempt to help you
|
else if (PlayerInfo[playerid][pMember] == 7)//Police Force spawn { SetPlayerToTeamColor(playerid); rand = random(sizeof(gCopPlayerSpawns)); DOO_SetPlayerPos(playerid, gCopPlayerSpawns[rand][0], gCopPlayerSpawns[rand][1], gCopPlayerSpawns[rand][2]); // Warp the player SetPlayerFacingAngle(playerid, 270.0); SetPlayerInterior(playerid,0); PlayerInfo[playerid][pInt] = 0; return 1;
Код:
else if (PlayerInfo[playerid][pMember] == 7)//Police Force spawn { SetPlayerToTeamColor(playerid); rand = random(sizeof(gCopPlayerSpawns)); DOO_SetPlayerPos(playerid, gCopPlayerSpawns[rand][0], gCopPlayerSpawns[rand][1], gCopPlayerSpawns[rand][2]); // Warp the player SetPlayerFacingAngle(playerid, 270.0); SetPlayerInterior(playerid,0); PlayerInfo[playerid][pInt] = 0; return 1; Otherwise nothing else for /enter or enter is found.. to do with the pd. |
Thats wierd - just as an idea, go in game, and teleport to the "PD" - then quickly type /save and /interior - It will then save your current position to savedpositions.txt in your GTA User Files + show you the interior, then compare that to the interior link that the user above this post posted...
|