18.09.2012, 13:01
if(pickupid == info)
{
new info[2500];
Two variables with the same name, one is shadowing the other. Rename the second one.
At "bugs": You have initialized the variable but dont do anything with it. You still need to fetch the name.
{
new info[2500];
Two variables with the same name, one is shadowing the other. Rename the second one.
At "bugs": You have initialized the variable but dont do anything with it. You still need to fetch the name.