28.12.2009, 20:53
what is this function ?
and that code is wrong
that GetPlayerInterior-Function returns the id of the Interior and not a name or something else ![Wink](images/smilies/wink.png)
so search for the interior id ..
and then check if it is equal to
Код:
S_OnPlayerDeath(killerid);
Код:
if(GetPlayerInterior(killerid) == (CP_BANK)
![Wink](images/smilies/wink.png)
so search for the interior id ..
and then check if it is equal to
Код:
GetPlayerInterior(killerid);