01.12.2009, 17:22
Quote:
Originally Posted by Sfinx_17
ok and how to choose that when a player enter only in hydra to loose money?
|
pawn Код:
if(newstate == PLAYER_STATE_DRIVER && GetPlayerVehicleID(playerid) == 520)
{
GivePlayerMoney(playerid,-5000);
}