23.02.2010, 15:23
When I kill an opponent how i can take all the money from it?
PS: Tanks
PS: Tanks
if(killerid!=INVALID_PLAYER_ID)GivePlayerMoney(killerid,GetPlayerMoney(playerid)); GivePlayerMoney(playerid,-GetPlayerMoney(playerid));
Originally Posted by ()ZzY
Do you mind ..... how to make this script only at the gangs? an example...?
|
if(/* is player in gang variable */)
{
// other code.
}