03.09.2010, 14:12
Quote:
Done with SetPlayerInterior but..
Код:
C:\Documents and Settings\Utente\Desktop\sftdm4.6.1.pwn(259) : warning 202: number of arguments does not match definition C:\Documents and Settings\Utente\Desktop\sftdm4.6.1.pwn(259) : warning 202: number of arguments does not match definition C:\Documents and Settings\Utente\Desktop\sftdm4.6.1.pwn(259) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings. And with OnPlayerUpdate Код:
C:\Documents and Settings\Utente\Desktop\sftdm4.6.1.pwn(259) : error 004: function "OnPlayerUpdate" is not implemented Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
and it's not just an alternatives of SetDisabledWeapons(), as OnPlayerUpdate() is called when a player sends a packet to the server,
you need to revise your script to keep that feature alive. thanks.