/getmats problem
#2

You have the same functions twice, therefore it will send the same message regardless.

PHP код:
    if (mypoint == -1)
    {
        
SendClientMessageEx(playeridCOLOR_GREY" You are not at a Materials Pickup!");
        return 
1;
    } 
-Line 155

PHP код:
if (mypoint == -1)
    {
        
SendClientMessageEx(playeridCOLOR_GREY" No Materials Factory found for that Pickup!");
        return 
1;
    } 
-Line 170
Reply


Messages In This Thread
/getmats problem - by NinjahZ - 17.03.2013, 22:24
Re: /getmats problem - by Joshman543 - 17.03.2013, 22:36
Re: /getmats problem - by NinjahZ - 17.03.2013, 22:39
Re: /getmats problem - by NinjahZ - 17.03.2013, 22:58

Forum Jump:


Users browsing this thread: 1 Guest(s)