SA-MP Forums Archive
[FilterScript] Toilet in SA-MP[RP] - 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] Toilet in SA-MP[RP] (/showthread.php?tid=415611)



Toilet in SA-MP[RP] - sirvasy - 13.02.2013

I made a toilet in my samp server marker for Role Play.
Is easy to do.
I hope you enjoy and have fun )
(not shit everywhere, now you have a toilet)









if(strcmp(cmdtext, "/caca", true) == 0) // change order after your language /caca
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, 1287.1453, -1289.3599, 12.375)
{
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"{00FFEE}%s {FFFFFF}face {F3FF02}Caca {FFFFFF}la {F81414}WC!",pName);
SendClientMessageToAll(0xFFFFFFAA,string);
LoopingAnim(playerid,"PED","SEAT_idle", 4.0, 1, 0, 0, 0, 0);
}
return 1;
}
if(strcmp(cmdtext, "/pipi", true) == 0) // change order after your language /pipi
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, 1287.1453, -1289.3599, 12.375)
{
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"{00FFEE}%s {FFFFFF}face {F3FF02}PIPI {FFFFFF}la {F81414}WC!",pName);
SendClientMessageToAll(0xFFFFFFAA,string);
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);
}
return 1;
}


fs here


Re: Toilet in SA-MP[RP] - 007Skyfall - 13.02.2013

Simple but...

Is good (?)


Re: Toilet in SA-MP[RP] - iGetty - 13.02.2013

This is funny.

Nice.


Re: Toilet in SA-MP[RP] - sirvasy - 13.02.2013

tnx [is original] no copi paste [RP useful]


Re: Toilet in SA-MP[RP] - CrazyChoco - 13.02.2013

Funny script xD


Re: Toilet in SA-MP[RP] - sirvasy - 14.02.2013

if you wont
I can do in other places you wont
pm me


Re: Toilet in SA-MP[RP] - Anak - 14.02.2013

nice 9/10 and funny script ... its useful for rp
EDIT: Nice work xd


Re: Toilet in SA-MP[RP] - Yves - 14.02.2013

hahah this is awsome why NO USE ZCMD lol great work 10.10 i might make a very good system like this one


Re: Toilet in SA-MP[RP] - sirvasy - 14.02.2013

tnx
now i working on a project better than this.


Re: Toilet in SA-MP[RP] - S4ba - 14.02.2013

Hahaha nice


Re: Toilet in SA-MP[RP] - sirvasy - 20.04.2013

if you and another location, notify me


Re: Toilet in SA-MP[RP] - sirvasy - 22.07.2014

version 2 is here https://sampforum.blast.hk/showthread.php?tid=416071&page=7


Re : Toilet in SA-MP[RP] - Kamiikaz78 - 02.11.2014

Pas mal


Re: Toilet in SA-MP[RP] - Rifa4life - 03.11.2014

Not trying to diss, but...seriously?


Re: Toilet in SA-MP[RP] - MafiaZ - 09.11.2014

Ok.. This is for samp players to stop dropping their shits everywhere on san andreas? Good thing we have new fs!!

HURRAY



Re: Toilet in SA-MP[RP] - iKyle - 19.12.2014

A rather unique script... Wouldn't use it for a RP gamemode though.