SA-MP Forums Archive
[Ayuda] Codigo. - 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: [Ayuda] Codigo. (/showthread.php?tid=336800)



[Ayuda] Codigo. - locking - 23.04.2012

Necesito un codigo tipo DisarmPlayer para resetear armas vнa comando por ejemplo /sacararmas y que se reinicien todas tus armas.


Re: [Ayuda] Codigo. - Fede.Zink - 23.04.2012

ResetPlayerWeapons(); Asi?


Respuesta: Re: [Ayuda] Codigo. - TiNcH010 - 23.04.2012

Quote:
Originally Posted by Fede.Zink
Посмотреть сообщение
ResetPlayerWeapons(); Asi?
Epic fail, te va a dar warning. Intenta asн:

pawn Код:
if(!strcmp(cmdtext, "/desarmarme", true))
{
    ResetPlayerWeapons(playerid);
    return 1;
}