Need help pls
#1

can sombody tell me how can i DISABLE when stunt give money
and when i kill sombody
Reply
#2

About the give money on death, you need to modificy your OnPlayerDeath callback. About stunt money, isn't possible, since it's a part from the game.
Reply
#3

Quote:
Originally Posted by blackwave
Посмотреть сообщение
About the give money on death, you need to modificy your OnPlayerDeath callback. About stunt money, isn't possible, since it's a part from the game.
Maybe he meant to disable the stunt bonus

pawn Код:
EnableStuntBonusForPlayer(playerid, 0);//1 to enable 0 to disable ?

//Or

EnableStuntBonusForAll(0)//again 1 to enable 0 to disable
Reply
#4

or

pawn Код:
public OnGameModeInit()
{
    EnableStuntBonusForAll(0);
    return 1;
}
also about the death money as said you would have to give it back to them.
Reply
#5

Ty rly ty i fix it

Now i have other probel when i try to pwn the mod D:\DCC+\server\WFM\pawno\include\a_samp.inc(17) : fatal error 100: cannot read from file: "core"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
i use [GM]WorldsFreeMode v2.0 Mod and i want to disable Anti Money cheat Becuse it get 100001 money and it kick or ban you
Reply
#6

Download the "core" include, DUH!
Reply
#7

Quote:
Originally Posted by [BADBOY]
Посмотреть сообщение
Maybe he meant to disable the stunt bonus

pawn Код:
EnableStuntBonusForPlayer(playerid, 0);//1 to enable 0 to disable ?

//Or

EnableStuntBonusForAll(0)//again 1 to enable 0 to disable
lol, didnt know about that. But I saw before, and just forgot lol
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)