/getmats problem
#4

Quote:
Originally Posted by Joshman543
Посмотреть сообщение
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
They are seperate....
the line 155 is for if you are out of range from the pickup
the line 170 is what is the problem,I get that error,and no mats,how do I fix that......
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)