(adsbygoogle = window.adsbygoogle || []).push({});
I am putting an advertise code in my patch and it is as follows:
Advertise(){
foreach(player in level.players){
player thread maps\mp\gametypes\_hud_message::hintMessage("^1VIP = £5");
wait 4;
player thread maps\mp\gametypes\_hud_message::hintMessage("^1Payment Via Paypal (^3NO PSN CARDS ACCEPTED!)");
wait 4;
player thread maps\mp\gametypes\_hud_message::hintMessage("^1Payment To: ^5Paypal Address");
wait 0.4;
}}
But when it gets to the second message (Payment Via Paypal (^3NO PSN CARDS ACCEPTED!) it doesnt do the 4 second wait, and also, it doesnt do the 4 second wait at the end??? any suggestions as to why not, Help Appreciated