SA-MP Forums Archive
Warning проблема с ResetPlayerWeapons - 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: Русский/Russian (https://sampforum.blast.hk/forumdisplay.php?fid=32)
+---- Thread: Warning проблема с ResetPlayerWeapons (/showthread.php?tid=499193)



Warning проблема с ResetPlayerWeapons - Size - 07.03.2014

Использую:
PHP Code:
ResetPlayerWeapons(playeridPlayerInfo[playerid][pGun][slot]); 
Система что бы ложить оружие в багажник автомобиля.

Ошибка:
PHP Code:
warning 202number of arguments does not match definition 
Как решить?


Re: Warning проблема с ResetPlayerWeapons - Reim - 07.03.2014

PHP Code:
ResetPlayerWeapons(playerid); 
https://sampwiki.blast.hk/wiki/ResetPlayerWeapons


Re: Warning проблема с ResetPlayerWeapons - Size - 07.03.2014

CLOSED!!