SA-MP Forums Archive
[HELP]/breakin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]/breakin (/showthread.php?tid=520034)



[HELP]/breakin - PowerF - 17.06.2014

someone can make /breakin cmd for breakin house?
i use GarHouse System

REP++ IF You Can Help ME!


Re: [HELP]/breakin - PowerF - 17.06.2014

no one can help?

sorry for double post.


Re: [HELP]/breakin - RenovanZ - 17.06.2014

What do you mean ? Is it Force-Unlock command ?


Re: [HELP]/breakin - Snipa - 17.06.2014

pawn Код:
CMD:breakin(playerid, params[])
{
    SendClientMessage(playerid, -1 "woaw u r brek in hous!!!"
    return 1;
}
REP++ PLS THX!


Re: [HELP]/breakin - PowerF - 17.06.2014

Quote:
Originally Posted by Snipa
Посмотреть сообщение
pawn Код:
CMD:breakin(playerid, params[])
{
    SendClientMessage(playerid, -1 "woaw u r brek in hous!!!"
    return 1;
}
REP++ PLS THX!
-_-


Re: [HELP]/breakin - Threshold - 17.06.2014

Quote:
Originally Posted by Snipa
Посмотреть сообщение
pawn Код:
CMD:breakin(playerid, params[])
{
    SendClientMessage(playerid, -1 "woaw u r brek in hous!!!"
    return 1;
}
REP++ PLS THX!
Wrong, the correct code would be:
pawn Код:
CMD:breakin(playerid, params[]) return SendClientMessage(playerid, -1, "woaw, u r brek in hous!!!");
(Yes, I am taking the shit out of this thread.)