16.01.2013, 16:19
The include OnPlayerShootPlayer has pretty much been deprecated and replaced by OnPlayerTakeDamage, look into switching them out.
The SendClientMessageToAll error is simply because COLOR_NEWBIE is never defined.
This is the Godfather RP color for /n(ewbie).
Once again, another post that's pretty much useless by you... #pragma unused is a very bad way to get rid of warnings like that, you either use the variable or you delete it, simple as that, then you tell him to define his newbie color as white, you could've done better with your response.
The SendClientMessageToAll error is simply because COLOR_NEWBIE is never defined.
pawn Код:
#define COLOR_NEWBIE 0x7DAEFFFF
Once again, another post that's pretty much useless by you... #pragma unused is a very bad way to get rid of warnings like that, you either use the variable or you delete it, simple as that, then you tell him to define his newbie color as white, you could've done better with your response.


