17.03.2013, 22:36
You have the same functions twice, therefore it will send the same message regardless.
-Line 155
-Line 170
PHP код:
if (mypoint == -1)
{
SendClientMessageEx(playerid, COLOR_GREY, " You are not at a Materials Pickup!");
return 1;
}
PHP код:
if (mypoint == -1)
{
SendClientMessageEx(playerid, COLOR_GREY, " No Materials Factory found for that Pickup!");
return 1;
}