20.02.2009, 18:12
my friend has scripted this:
now i wanna do another pick up but i dunno how, i wrote:
and i get error unreachable code in line
i appriciate all the help
Код:
if (pickupid == 0)
{
GivePlayerMoney(playerid, 200);
SendClientMessage(playerid, COLOR_GREEN, "Congratulations, you have found 200$");
}
return 1;
Код:
if (pickupid == 1)
{
SetPlayerHealth(playerid,100.0);
}
return 1;
}
Код:
if (pickupid == 1)

