when i try ti find Pickup i use
if ( szCommand == "fp" )
{
local pup;
if ( szParams ) pup = FindPickup( szParams.tointeger() );
if ( pup ) MessagePlayer( "Succesfully found pickup id: " + szParams + "!", pPlayer );
else MessagePlayer( "Unable to find an pickup with id: " + szParams + "!", pPlayer );
}
i can find Pickup 13 11 12 10 Etc... but when i try ti find a Pickup like 1362 or something like that it says couldn't find ( lol ) and i can see that Pickup so how can't find so help me please