lol
lol
|
Re: Invalid player id 0
you didn't define killer before it's used.
|
Re: Invalid player id 0
Check if killer is a player, because it can be 0 (world) or a entity... see code below:
Code:
#define is_player(%1) (0 <= %1 <= g_iMaxPlayers) |
Re: Invalid player id 0
Code:
if(is_player(killer))It's basic stuff. |
Re: Invalid player id 0
Quote:
|
| All times are GMT -4. The time now is 03:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.