SA-MP Forums Archive
[FilterScript] F.A.S. : Frequently Asked Scripts - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] F.A.S. : Frequently Asked Scripts (/showthread.php?tid=242732)

Pages: 1 2


Re: F.A.S. : Frequently Asked Scripts - Kwarde - 09.04.2011

Ah good idea. I'll remake them later and I'll add them
Thanks.


Re: F.A.S. : Frequently Asked Scripts - HyperZ - 09.04.2011

Check your code(s):
pawn Код:
CMD:do(playerid, params[])
{
    new pName[25], str[128];
    if(!strlen(params[0])) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /do [action]");
    GetPlayerName(playerid, pName, 25);
    format(str, 128, "%s (( %s ))", str, pName);
    SendClientMessageToAll(COLOR_ORANGE); // no str? o.O ,
   // it should be
   SendClientMessageToAll(COLOR_ORANGE, str);
    // i think you're cpng n' pstng that's why you frgt or something :P
    return 1;
}
Edit: Next time please check your Code(s) b4 posting.


Re: F.A.S. : Frequently Asked Scripts - Kwarde - 09.04.2011

thanks, that's a big fail :P - But I know what it should be, I'd only forget it, I guess :P


Re: F.A.S. : Frequently Asked Scripts - Michael@Belgium - 09.04.2011

Lol the do cmd don't work XD
It says:
'Michael@Belgium joined the server. ((Michael@Belgium))


Re: F.A.S. : Frequently Asked Scripts - GangsTa_ - 10.04.2011

sucks, use ProxDetector, this one sends a message to all.


Re: F.A.S. : Frequently Asked Scripts - Kwarde - 10.04.2011

Indeed. And ProxDetector sux even more cuz it's slower. And as I said before, you should edit that yourself.


Re: F.A.S. : Frequently Asked Scripts - alpha500delta - 11.04.2011

What about spawning a vehicle...


Re: F.A.S. : Frequently Asked Scripts - Kwarde - 11.04.2011

I'll add it (my filterscript).

EDIT:
Added


Re: F.A.S. : Frequently Asked Scripts - justsomeguy - 13.04.2011

hey i have an question i use an proxdetector how do i make it work with it beeing in one script together?


Re: F.A.S. : Frequently Asked Scripts - Kwarde - 05.05.2011

Sorry, what do you mean? Do you mean, how to use ProxDetector?
And there is an update: "Vehicles from grand larcency" -> The AddStaticVehicleEx code