Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: sampzone poslato April 24, 2011, 00:47:41 PRE PODNE

Naslov: [pomoc] stit
Poruka od: sampzone poslato April 24, 2011, 00:47:41 PRE PODNE
mod koji ja korisitm : ravesn edit

problem : imam komandu za stiti if (strcmp("/ostavistit", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pMember] >= 3 || PlayerInfo[playerid][pLeader] >= 3)
{
if(IsPlayerAttachedObjectSlotUsed(playerid,0)) RemovePlayerAttachedObject(playerid,0);
}
}

if (strcmp("/uzmistit", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pMember] >= 3 || PlayerInfo[playerid][pLeader] == 3)
{
    SetPlayerAttachedObject( playerid, 0, 18637, 5, -0.064955, -0.135697, -0.200892, 54.463840, 10.984453, 87.706436, 1.078429, 1.000000, 1.000000 ); // PoliceShield1 - stit
}
}

if (strcmp("/ostavistit", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pMember] >= 2 || PlayerInfo[playerid][pLeader] >= 2)
{
if(IsPlayerAttachedObjectSlotUsed(playerid,0)) RemovePlayerAttachedObject(playerid,0);
}
}

if (strcmp("/uzmistit", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pMember] >= 2 || PlayerInfo[playerid][pLeader] == 2)
{
    SetPlayerAttachedObject( playerid, 0, 18637, 5, -0.064955, -0.135697, -0.200892, 54.463840, 10.984453, 87.706436, 1.078429, 1.000000, 1.000000 ); // PoliceShield1 - stit
}
}

if (strcmp("/ostavistit", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pMember] >= 1 || PlayerInfo[playerid][pLeader] >= 1)
{
if(IsPlayerAttachedObjectSlotUsed(playerid,0)) RemovePlayerAttachedObject(playerid,0);
}
}

if (strcmp("/uzmistit", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pMember] >= 1 || PlayerInfo[playerid][pLeader] == 1)
{
    SetPlayerAttachedObject( playerid, 0, 18637, 5, -0.064955, -0.135697, -0.200892, 54.463840, 10.984453, 87.706436, 1.078429, 1.000000, 1.000000 ); // PoliceShield1 - stit
}
}
i kada kucam /stavistit samo se pojavi i nestane...imal ko rjesenje?
Naslov: Odg: [pomoc] stit
Poruka od: Retardinjo poslato April 24, 2011, 08:34:25 PRE PODNE
napiso si /stavistit, a  ovdje ima samo /uzmistit i /ostavistit
Naslov: Odg: [pomoc] stit
Poruka od: sampzone poslato April 24, 2011, 09:46:53 PRE PODNE
greska u posanju xD....kada napisem /uzmistit stit se samo pojavi i odma nestane....Imal ko rjesenje?