Hallo!
Ich brauche mal Hilfe.. und zwar würde ich gerne beim Frak Spawn vom LSPD Waffen haben, und das Interor ändern... Kann mir bitte jemand helfen?
Liebe Grüße, Tim
PS: Irgendwie sind keine koordinaten angezeit... (Script kopiert)
Script:
if (PlayerInfo[playerid][pMember] == 1 PlayerInfo[playerid][pLeader] == 1)//LSPD Spawn
{
SetPlayerToTeamColor(playerid);
SetPlayerInterior(playerid,6);
rand = random(sizeof(gCopPlayerSpawns));
SetPlayerPos(playerid, gCopPlayerSpawns[rand][0], gCopPlayerSpawns[rand][1], gCopPlayerSpawns[rand][2]); // Warp the player
SetPlayerFacingAngle(playerid, 270.0);
PlayerInfo[playerid][pInt] = 6;
return 1;
}