SA-MP Forums Archive
Como hago esto :( - 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: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Como hago esto :( (/showthread.php?tid=596938)



Como hago esto :( - Fagrinht - 24.12.2015

Haha! como hago para detectar si el usuario tiene el arma 4 como ejemplo, que es el cuchillo, si no la tienes no te deja poner un comando.


Respuesta: Como hago esto :( - FelipeAndres - 24.12.2015

Код:
if(GetPlayerWeapon(playerid) != 4) return SendClientMessage(playerid, -1, "Para usar este comando necesitas tener el cuchillo en mano");