Score problem
#3

Quote:
Originally Posted by Sreyas
Посмотреть сообщение
Few questions for you
1.)Does all other things are saved ?
2.)Can u show show parse statement?
3.)did u increase player score on onplayerkill?
4.)Did u try debugging using printf?
1.)Everything else gets saved
2.)What?? (i posted everything that have to do with score)
3.)OnPlayerDeath i wrote this
Код:
if(killerid != INVALID_PLAYER_ID)
    {
        GivePlayerMoney(killerid, 500);
        SetPlayerScore(killerid, GetPlayerScore(killerid) + 2);
	}
4.)Nope
Reply


Messages In This Thread
Score problem - by Micko123 - 10.05.2016, 05:30
Re: Score problem - by SyS - 10.05.2016, 05:35
Re: Score problem - by Micko123 - 10.05.2016, 05:39
Re: Score problem - by SyS - 10.05.2016, 05:44
Re: Score problem - by KevinReinke - 10.05.2016, 05:48
Re: Score problem - by Micko123 - 10.05.2016, 05:50
Re: Score problem - by iKevin - 10.05.2016, 05:53
Re: Score problem - by Micko123 - 10.05.2016, 05:56
Re: Score problem - by SyS - 10.05.2016, 05:57

Forum Jump:


Users browsing this thread: 2 Guest(s)