Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Cak Bess poslato Avgust 06, 2013, 16:35:23 POSLE PODNE

Naslov: [pomoc]Spawn problem
Poruka od: Cak Bess poslato Avgust 06, 2013, 16:35:23 POSLE PODNE
Skripta: MW
Problem: Kad dam sebi lidera FBI ili bilo koje druge org. lidera , i kad izadjem pa udjem IG , spawn mi je kod kolodvora , za svaku org. spawn isti , evo vidite spawn FBI , sta je ovde pogresno ?  :'( 
Dio skripte:
if (PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2)//FBI spawn
{
SetPlayerToTeamColor(playerid);
SetPlayerInterior(playerid,3);
JBC_SetPlayerPos(playerid, 290.2225,177.5534,1007.1794);
PlayerInfo[playerid][pInt] = 3;
TextDrawShowForPlayer(playerid, Poruke);
TextDrawShowForPlayer(playerid, Textdraw0);
TextDrawShowForPlayer(playerid, Textdraw1);
TextDrawShowForPlayer(playerid, Textdraw2);
TextDrawShowForPlayer(playerid, Textdraw3);
TextDrawShowForPlayer(playerid, Textdraw4);
TextDrawShowForPlayer(playerid, Textdraw5);
TextDrawShowForPlayer(playerid, Textdraw6);
    TextDrawHideForPlayer(playerid,lbb);
    TextDrawHideForPlayer(playerid,lbt);
    TextDrawHideForPlayer(playerid,Intros3);
    TextDrawHideForPlayer(playerid,Intros4);
    TextDrawHideForPlayer(playerid,Intros5);
    TextDrawHideForPlayer(playerid,Intros6);
    TextDrawHideForPlayer(playerid,Intros7);

    TextDrawHideForPlayer(playerid,Intros9);
    TextDrawHideForPlayer(playerid,Intros10);
return 1;
    }
Naslov: Odg: [pomoc]Spawn problem
Poruka od: SANY_xD poslato Avgust 06, 2013, 21:03:27 POSLE PODNE
if (PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2)//FBI spawn
{
SetPlayerToTeamColor(playerid);
SetPlayerInterior(playerid,3);
JBC_SetPlayerPos(playerid, 290.2225,177.5534,1007.1794);
PlayerInfo[playerid][pInt] = 3;
TextDrawShowForPlayer(playerid, Poruke);
                        return 1;
                 }
TextDrawShowForPlayer(playerid, Textdraw0);
TextDrawShowForPlayer(playerid, Textdraw1);
TextDrawShowForPlayer(playerid, Textdraw2);
TextDrawShowForPlayer(playerid, Textdraw3);
TextDrawShowForPlayer(playerid, Textdraw4);
TextDrawShowForPlayer(playerid, Textdraw5);
TextDrawShowForPlayer(playerid, Textdraw6);
    TextDrawHideForPlayer(playerid,lbb);
    TextDrawHideForPlayer(playerid,lbt);
    TextDrawHideForPlayer(playerid,Intros3);
    TextDrawHideForPlayer(playerid,Intros4);
    TextDrawHideForPlayer(playerid,Intros5);
    TextDrawHideForPlayer(playerid,Intros6);
    TextDrawHideForPlayer(playerid,Intros7);

    TextDrawHideForPlayer(playerid,Intros9);
    TextDrawHideForPlayer(playerid,Intros10);
return 1;
    }

ovako mozda ?
Naslov: Odg: [pomoc]Spawn problem
Poruka od: Cak Bess poslato Avgust 06, 2013, 22:56:46 POSLE PODNE
Probacu posle pa cu javnuti , editovacu posle :)

edit: reseno hvala lock :)