OnPlayerDeath gives money
#6

Quote:
Originally Posted by Libbyphay
Посмотреть сообщение
PHP код:
public mire(playerid

    
GivePlayerMoney(playeriduser.priesmirti[playerid]); 
    
user.priesmirti[playerid] = 0;
    
SetPlayerPos(playerid, -2664.7725,635.7092,14.4531); 
    return 
1

to

PHP код:
public mire(playerid

    
user.priesmirti[playerid] = 0
    
GivePlayerMoney(playeriduser.priesmirti[playerid]); 
    
SetPlayerPos(playerid, -2664.7725,635.7092,14.4531); 
    return 
1

helped, thanks
Reply


Messages In This Thread
OnPlayerDeath gives money - by Kevinas100 - 05.01.2019, 11:57
Re: OnPlayerDeath gives money - by Rolux - 05.01.2019, 12:03
Re: OnPlayerDeath gives money - by Kevinas100 - 05.01.2019, 12:04
Re: OnPlayerDeath gives money - by Libbyphay - 05.01.2019, 12:09
Re: OnPlayerDeath gives money - by Rolux - 05.01.2019, 12:10
Re: OnPlayerDeath gives money - by Kevinas100 - 05.01.2019, 12:13

Forum Jump:


Users browsing this thread: 2 Guest(s)