Jump to content
  • 0

Question

3 answers to this question

Recommended Posts

Posted

cred ca ce ai atasat u sunt holduri

if(strcmp(cmdtext, "/unhold", true) == 0)
    {
    for(new i;i<5;i++) RemovePlayerAttachedObject(playerid,i);
    return 1;
	}

asta scoate holdu

Posted

Defapt asta le scoate pe primele 5 sloturi. Desi nu folosesti maim mult de 5 :-j

for ( new i = 0; i < 5; i ++ )

{

if ( IsPlayerAttachedObjectSlotUsed( playerid, i ) )

{

RemovePlayerAttachedObject( playerid, i );

}

}

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.