14.11.2018, 04:40
Quote:
|
Can you explain what those first numbers are for?
Код:
1000 5000 600 788 96666 |
PHP код:
format(msg,sizeof(msg),"1000\n5000\n600\n788\n96666");
PHP код:
GivePlayerMoney(line);
1st time it should be GivePlayerMoney(playerid,1000);
2nd time it should be GivePlayerMoney(playerid,5000);


