Help - 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 (
/showthread.php?tid=291398)
Help -
viosteaua98 - 19.10.2011
i need 2 FS
first :
Fish sistem with /fishslap /fisheat and more /cmds
Second those with /sit 8 /sit .... and /dance 3 and more
Re: Help -
SmiT - 19.10.2011
https://sampforum.blast.hk/showthread.php?tid=182459
https://sampforum.blast.hk/showthread.php?tid=69484
https://sampforum.blast.hk/showthread.php?tid=128863
https://sampforum.blast.hk/showthread.php?tid=6504
LOL, amazing what
search button can do.
Re: Help -
viosteaua98 - 19.10.2011
that fish sistem doesn't have fishslap fisheat and more things
Re: Help -
viosteaua98 - 19.10.2011
still i don't have /sit 8 and /fishslap and /fisheat sistem can someone help me please?
Re: Help -
Sascha - 19.10.2011
search for animation and fishing scripts (look at the link which were sent earlier here) and just change the command names..
Re: Help -
viosteaua98 - 19.10.2011
/fishslap will low player health and will make him jump 2 seconds
Re: Help -
grand.Theft.Otto - 19.10.2011
Right from the actions.pwn filterscript in the SA-MP server package ..
pawn Код:
if (strcmp("/sit 8", cmdtext, true, 6) == 0)
{
if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT)
{
return SendClientMessage(playerid,0xFF0000AA,"You Cannot Use This Command Inside A Vehicle.");
}
LoopingAnim(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0); // Dieing of Crack
return 1;
}
Re: Help -
viosteaua98 - 20.10.2011
in which section i should put all these?
Re: Help -
TheMaddox - 20.10.2011
Quote:
Originally Posted by viosteaua98
in which section i should put all these?
|
PM a scripter,there's no /fighslap or something,just PMsomeone.
Re: Help -
grand.Theft.Otto - 20.10.2011
OnPlayerCommandText