[Ajuda] Forma de pegar se estб usando sprunk - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Forma de pegar se estб usando sprunk (
/showthread.php?tid=575119)
Forma de pegar se estб usando sprunk -
pedrotvr - 24.05.2015
Tava jogando num servidor que quando vocк toma sprunk sua vida nгo enche porque o sv detecta, como faz isso?
Re: Forma de pegar se estб usando sprunk -
Gii - 24.05.2015
Vocк consegue detectar pela animaзгo do jogador.
https://sampforum.blast.hk/showthread.php?tid=367838
Basicamente:
PHP код:
public OnPlayerUpdate(playerid) {
if ( GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_DRINK_SPRUNK ) {
// Sprunk detected
}
return 1;
}
Beijos!